/************* GENERAL CSS ************/

#mainlinks {
a {
	font-weight: bold;	
	text-decoration: none;
	color: #3D81EE;
}

a:hover {
	text-decoration: underline;
	color: #3D81EE;
}