a:link {
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #003399
	font-weight: bold;
	text-decoration: underline;
	
}

