    A:link {
	text-decoration: none;
	font-weight: none;
	color: Black;
	background: transparent;
	font-family: Verdana;
	font-size: 13
}
    A:visited {
	text-decoration: underline;
	font-weight: none;
	color: Black;
	background: transparent;
	font-family: Verdana;
	font-size: 13
}
    A:active {
	text-decoration: underline;
	font-weight: none;
	color: Black;
	background: #990000;
	font-family: Verdana;
	font-size: 13
}
	A:hover {
	text-decoration: none;
	color: #CC6666;
	background: #FFCCCC;
	font-family: Verdana;
	font-size: 13
}
