a:hover {
	color: #660000;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: normal;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	border: none;
}

