    A:link {
	text-decoration: none;
	font-weight: none;
	color: Blue;
	background: transparent;
	font-family:  Verdana;
	font-size: 12
}
    A:visited {
	text-decoration: none;
	font-weight: none;
	color: Blue;
	background: transparent;
	font-family:  Verdana;
	font-size: 12
}
    A:active {
	text-decoration: none;
	font-weight: none;
	color: Blue;
	background: transparent;
	font-family:  Verdana;
	font-size: 12
}
	A:hover {
	text-decoration: none;
	font-weight: none;
	color: White;
	background: Black;
	font-family:  Verdana;
	font-size: 12
}
