



BODY {

	color:gold;
	background-color : black;
	font-family : "Lucida Console";
	font-size: 9pt;
	}


      A  {
	color:gold;
	text-decoration : none;
	font-family : "Lucida Console";

      }

      A:visited  {
	color:gold;
	text-decoration : none;
	font-family : "Lucida Console";

      }

      A:hover  {
      	font-weight : bold;
	color:#FF9900;
	text-decoration : none;
	font-family : "Lucida Console";


      }

      H1  {
      	font-type: "Lucida Console";
      	font-size: 1.0em;
        color : "gold";
        text-align : center;
      }
      
      H3  {

      }
      
      
      H4  {

      }
      

      i  {
        color : silver;

      
      }

   .page  {


      	padding : 20px;
      	border : 1px solid #000066;
      	font-family : "Lucida Console";
      	text-align : center;
      	text-decoration : none;
      	


      }
	  
	   .pageleft  {

      	width : 70%;
      	padding : 20px;
      	border : 1px solid #000066;
      	font-family : "Lucida Console";
		font-size:10px;
      	text-align : left;



      }
      
   .pic  {

  
      	padding : 20px;
      	border : 1px solid silver;
      	text-align : center;

      	


      }
      

      
   .center  {
    	width : 100%;
   	text-align : center;
   
   }
      




   .links  {

      	width : 300px;
      	padding : 1px;
      	border : 1px solid CC99FF;
      	font-family : "Lucida Console";
      	text-align : center;
      	text-decoration : none;
      	color: "#009999";
      	text-decoration : none;
	
      }
	  
	UL 						{
		padding: 10px 0 10px 20px;
		margin: 0;
	}

	UL LI					{
		list-style-type: square;
	}
	

	DIV#overview 			{
		color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
		text-align: left;
		padding: 10px;
		margin: 0;
		width: 390px;
	}
	
	DIV#overview UL#extended {
		padding: 0;
		margin: 0;
	}
	
	DIV#overview UL#extended LI {
		font-weight: bold;
		list-style-type: none;
		float: left;
	}
	
	DIV#overview UL#extended LI A,
	DIV#overview UL#extended LI DIV {
		width: 139px;
		height: 51px;
		color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
		background-color: #'. makeColorVariant($simpleViewer['backgroundColor'], 30) . ';
		overflow: hidden;
		padding: 0 0 0 51px;
		border: 0;
		margin: 1px;
		display: block;
	}
	
	DIV#overview UL#extended LI A:hover {
		text-decoration: none;
		color: ' . str_replace('0x', '#', $simpleViewer['backgroundColor']) . ';
		background-color: ' . str_replace('0x', '#', $simpleViewer['foregroundColor']) . ';
	}
	
	DIV#overview UL#extended LI SPAN {
		font-size: 75%;
		font-weight: normal;
		font-style: italic;
	}
	
   .menu a  {
   	font-size:10px;
   }