A:LINK, {
	color : Red;
	text-decoration : none;
	font-size : 14;
	font-family : Verdana;
}
A:VISITED {
	color : Silver;
	text-decoration : none;
	font-family : Verdana;
	font-size : 14;
}

A:HOVER {
	color : #ff0000;
	text-decoration : underline;
	font-family : Verdana;
	font-size : 14;
	font-weight : bold;
}
