a:visited {
	color: #999999;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
