.links a:link {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.links a:visited {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}
.links a:hover {
	font-family: verdana;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	
}

