a {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #03C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #03C;
}