<!-- CSS Stylesheet -->

body {
     background-color : "black";
     font : 12pt 'Comic Sans MS';
     font-weight : normal;
     color : "white";
     text-align : center;
     }

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

B{
	font-style : normal;
	font-weight : bold;
	}

STRONG{
	font-style : normal;
	font-weight : bold;
	font-size : 14pt;
     color : "white";
	}

SMALL{
      	font-style : normal;
	font-weight : normal;
	font-size : 8pt;
     color : "white";
	}

H1{
	font : Bold 24pt 'Arial';
	margin-left : 0px;
     color : "white";
	}

H2{
	Font : Bold 20pt 'Arial';
	margin-left : 0px;
     color : "white";
	}

H3{
	Font : Bold 18pt 'Arial';
	Margin-Left : 0px;
     color : "white";
	}

H4{
	Font : Bold 14pt 'Arial';
	margin-left : 0px;
     color : "white";
	}

H5{
	Font : Bold 12pt 'Arial';
	Margin-Left : 0px;
     color : "white";
	}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE{
	font-style : italic;
	}
    
.bull {
padding-right:5px; margin: 0px;
}

/* Lists */
#navlist ul, li {
display: inline; list-style-type: none; margin: 0px; padding: 0px; line-height:25px;
}






