body{
	font-size:18px;
	padding:20px;
	font-family: "Helvetica Neue"; "Helvetica", "Arial", "sans-serif"; 
	color: #000;
	font-style: normal;
}

.navigation a{
    font-size:25px;
	font-family: "Helvetica Neue Bold"; "Helvetica", "Arial", "sans-serif"; 
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.navigation a.active{
text-decoration:overline;
color:000;
}

.leftcol{
	width:240px;
	float:left;
}
.rightcol{
	margin-left:350px;
	width:499px;
	font-style: normal;	
}

