/* Unchanged */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

A:LINK, A:VISITED {
	color : White;
	background-color : Black;
	text-decoration : none;
	font-weight : normal;
	}

A:HOVER {
	background-color : Black;
	color : Yellow;
	text-decoration : none;
	font-weight : bold;
}
