/* CSS Document */
a:link {
	color: #002999;
	text-decoration: none;
}
a:visited{
	color: #002999;
	text-decoration: none;
}
a:active{
	color: #002999;
	text-decoration: none;
}
a:hover{
	color: #678BE7;
	text-decoration: none;
    text-decoration: underline; 
	}

