a:link {
	font-family: "Times New Roman", Times, serif;
	color: #99FFFF;
	text-decoration: underline;
}
a:visited {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	background-color: #003399;
}

