A:LINK {
	font-family : Verdana;
	font-size : 12;
	text-decoration : none;
	color : Red;
}
A:HOVER {
	font-family : Verdana;
	font-size : 12;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}
A:VISITED {
	font-family : Verdana;
	font-size : 12;
	text-decoration : none;
	color : Red;
}A:ACTIVE {
	font-family : Verdana;
	font-size : 12;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}


