a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	}
	
	a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
	}
