a.links, a.links:active, a.links:visited {
	text-decoration: none;
	color: #505050;
}
a.links:hover {
	text-decoration: none;
	color: #ca0000;
}
a.contact {
	text-decoration: none;
	font-family: trebuchet ms, arial, verdana;
	font-size: 11px;
	color: #999999;
}
a.contact:hover {
	text-decoration: underline;
	font-family: trebuchet ms, arial, verdana;
	font-size: 11px;
	color: #999999;
}