BODY  {

	color : #C0C0C0;
	background-color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	}

LI {	list-style-type : square;	}

A  {
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
	}


A:Visited  {
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	}

A:Active  {
	background-color : #000000;
	font-weight : bold;
	color : #00FF00;
	text-decoration : none;
	}

A:Hover  {
	background-color : #990000;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	}

/* Very Small   */

.f1  { font-size : 8pt;	}

