.redLinks {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.redLinks:HOVER {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.littleLinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #404040;
	text-decoration: underline;
}
.littleLinks:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

