a:link {
	color:#003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FFAA00;
	text-decoration: none;
        font-weight: bold;

}