/* CSS Document */

a {
	color: #014055;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #017196; 
	text-decoration: none;
} 
a:hover { 
	text-decoration: underline;
} 

