body {
   	background-color : #000;
   	color : #FFF;
   	margin : 5px;
   	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
   }
   
UL {
   	margin-left : 25px;
   	margin-top : 3px; margin-bottom : 6px;
   	
   }
   
   LI {
   margin-top: 3px;
   }

   H1  {
   	font-size : 160%;
   	font-style : italic;
   	line-height : normal;
   	font-weight : bold;
   	margin-left : 0px;
   	margin-top : 6px;
   	margin-bottom : 16px;
   }
   
   /* Medium*/
   H2  {
   	font-size : 135%;
   	font-style : normal;
   	line-height : normal;
   	font-weight : bold;
   	margin-left : 0px;
   	margin-top : 12px;
   	margin-bottom : 12px;
   }
   
   /* Small*/
   H3  {
   	font-size : 115%;
   	font-style : normal;
   	line-height : normal;
   	font-weight : bold;
   	margin-left : 0px;
   	margin-top : 12px;
   	margin-bottom : 6px;
   }

   a:link  { color : #85C0E0; }
   
   a:visited  { color : #CFBA83; }
   
   a:hover  { color : #CC8888; }
   
   .noshow { display : none; }