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