BODY {
	font-family: arial, helvetica, sans-serif;
	background-color: black;
	color: white;
}

A:LINK {
	color: white;
	text-decoration: none;
}

A:VISITED {
	color: white;
	text-decoration: none;
}

A:ACTIVE {
	color: blue;
	text-decoration: none;
}
 
A:HOVER {
	color: red;
	text-decoration: none;
}

span.copyright {
	font-size: small;
	color: #868686
}

span.youarehere {
	color: #868686
}

span.wip {
	color: #565656
}
