    body {
    	 font-size:  10 px;
        font-family:  Trebuchet MS, Arial, sans-serif;
        background-color: #F6F8g5;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 0; 
   	 margin-bottom: 0;
    }    
    
    h1 {
    	font-family:  Arial, Trebuchet MS, sans-serif;
    	font-weight: bold;
    	font-size: 130%;
    	text-align: center;
   }
   
   h2 {
    	text-align: center;
   	font-size: 115%;
   	margin-top: 0; 
   	margin-bottom: 0;
   	
  }

   p {
 	text-align: left;
   	margin-top: 0; 
   	margin-bottom: 0;
   }

  li  {
  	line-height: 1.5em;
  	list-style-type: square;
  	font-weight: normal;
  	text-align: left
  }
  
  h2 li {
  	font-weight: normal;
  	text-align: left;  
  	font-size: 65%;	
  }
  
  footer {
  	font-size: 65%;
  	text-align: center;
  	vertical-align: text-bottom;
  }  

  a:link 	{ 
  	font-weight: bold;
  		
  }	
   
  a:hover {
  	font-style: italic;
  	font-weight: bolder;  	
  }
   
  
 