 A.link:HOVER {
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 12px;
	text-decoration : underline;
	color : Red;
}
.link {
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
	color : Blue;
}

.normal {
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
}
.bold {
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
	font : bolder;
}