body { font-family : Arial, Helvetica, sans-serif, Trebuchet MS; 
       font-size: 100%; 
       fzont-size: 12pt; 
       max-width: 50em; 
       mXargin: auto;
       background : white;
       color: black
       bXorder-color: green;
     }



h1 { 
     font-size: 130%; 
     margin-bottom: 2pt;
     margin-top: 0pt; 
   }

h2 { font-size: 105%; 
     margin-bottom: 2pt;
     margin-top: 16pt; 
   }

h3 { font-size: 100%; }

ul { 
     margin-top: 0px; 
   }


a:hover {
  text-decoration:underline;
  color:#000000;
  # background-color:#CCFF99;
  background-color: #DDDDDD;
}




