.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #981418;
}
a:link {
	text-decoration: underline;
	color: #9CE4E4;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #CCFFFF;
	text-decoration: none;
}
