A {
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	color : red;
	text-decoration : none;
}

A:HOVER {
	font-size : 12px;
	color : White;
	background-color : Red;
	text-decoration : none;
}

