body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White; 
	font-style : normal;
	font-weight : normal;
}

div {
	font-style: normal;
}


A:hover {
	background-color: Black;
	color: Blue;
}

A:visited {
	background-color: Black;
	color: Gray;
}

A:ACTIVE {
background-color: Black;
color: Red;
}

A:LINK {
	color: Yellow;
	background-color : Black;
	text-decoration : underline;
}

UL {
	list-style : disc;
}


