body {
	background-color: #282215;
}

a.linkWant:visited {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
a.linkWant:hover {
	text-decoration: underline;
	background: #ffbf0f;
	color: #FFFFFF;
}
a.linkWant:link {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

