a:visited {
	color: #666666;
	text-decoration: none;
}
a:link {
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #006666;
}

