a {	
	color: #336891;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #1c537e;	
	text-decoration: underline;
	font-weight: 700;
}

a:visited {
	color: #2d78b2;	
	text-decoration: underline;
	font-weight: 700;
}
	
body {	
	color: #28588d;
	background-color: #d8e2eb; 
}