a.red:link {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #CC3300;
	text-decoration: underline;
}
a.red:visited {
	font-family: "Trebuchet MS";
	font-size: medium;
	text-decoration: underline;
	color: #cc3300;
}
a.red:hover {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #000000;
	text-decoration: underline;
}
a.red:active {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #cc3300;
	text-decoration: underline;
}
