.links {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
}
