BODY { font-family: Arial; small } 
BODY { background: black}


A {
		color: white;
		text-decoration: none;
		font-face: Arial;
}

A:visited {
		color: white;
		text-decoration: none;
		font-face: Arial;
}

A:hover {
		color: white;
		text-decoration: underline;
		font-face: Arial;
}
