a:link {
	font-family: tahoma;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: tahoma;
	font-size: 10px;
	color: #898989;
	text-decoration: underline;
}

