A:link {
	font-size: 14px;COLOR: red;  font-weight:bold; TEXT-DECORATION: none
}
A:hover {
	font-size: 14px;COLOR: #ff0033;   font-weight:bold; TEXT-DECORATION: underline
}
A:visited {
	font-size: 14px;COLOR: red;   font-weight:bold; TEXT-DECORATION: none;
}
a.a0:link {
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.a0:visited {
	font-size: 14px;
	color: white;
	font-weight: bold;
}


a.a0:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #ff9900;
	font-weight: bold;
}