/* Define our hyperlink styles */
a:link {
font-family:Verdana;
	font-size: 12px ;
	color: #003399;
	text-decoration: none ;
}
a:visited {
	font-size: 12px ;
	color: #003399;
	text-decoration: none ;
	}
a:hover {
	font-size: 12px ;
	color: #003399;
	text-decoration: underline ;
}
a:focus {
	font-size: 12px ;
	color: #003399;
	text-decoration: none ;
}
a:focus:hover {
	font-size: 12px ;
	color: #003399;
	text-decoration: underline ;
}
a:active {
	font-size: 12px ;
	color: #003399;
	text-decoration: underline ;
}