a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF6;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFC;
	text-decoration: underline overline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0;
	text-decoration: underline;
}
a:active {
	background-color: #999999;
}

