BODY  {

	color : #EEEEEE;
	background-color : #000000;
	font-family : Arial,Helvetica,sans-serif;
		}

LI {	list-style-type : square;	}

A  {

	color : #FF0000;
	text-decoration : none;
		font-weight : bold;
		}

A:Visited  {

	color : #FFFFFF;
	text-decoration : none;
		font-weight : bold;
		}

A:Active  {
	background-color : #000000;
	color : #00FF00;
	text-decoration : none;
		font-weight : bold;
		}
		
A:Hover  {
	background-color : #FFFFFF;
	color : #000000;
	text-decoration : none;
		font-weight : bold;
		}
				
/* Title (Blue / Black) */

.ns  { font-size : 30pt;	
		color : #161C22;
	font-weight : bold;}

.dotcom  { font-size : 30pt;	
		color : #7F5A19;
	font-weight : bold;}

