.rb{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

 a:link{
	text-decoration: none;
	color: 003366;
}

 a:visited{
 	text-decoration: none;
	color: 003366;
 }

 a:hover{
	text-decoration: none;
	color: cf1326;
}
 
 a:active{
	text-decoration: none;
	color: cf1326;
}

 a:focus{
	text-decoration: none;
	font: oblique;
	color: cf1326;
}
