H1  {
	color : Yellow;
	font-style : normal;
	font-family : sans-serif;
	background-color : Black;
}

BODY  {
	color : White;
	font-style : normal;
	font-weight : normal;
	font-family : serif;
	font-size : medium;
	background : #000000;
}

LI  {
	font-family : sans-serif;
	font-weight : normal;
	color : White;
	font-size : medium;
}

U  {
	font-size : medium;
	font-family : serif;
	font-style : italic;
	text-decoration : underline;
}

A:Link  {
	color : #FFFF00;
}

A:Active  {
	color : #FF0000;
}

A:Visited  {
	color : #C0C0C0;
}

