h1 { color:666666;
     font-size:14pt;
     font-family:Helvetica,Arial,sans-serif;
   }
h2 { color:666666;
     font-size:12pt;
     font-style:italic;
     font-weight:normal;
     font-family:Helvetica,Arial,sans-serif;
   }

a:link    { color:#aa0000;
	    text-decoration:none;
	    font-weight:normal;
	  }
a:visited { color:#EEAAAA;
	    text-decoration:none;
	    font-weight:normal;
	  }
a:hover   { color:#EE0000;
            text-decoration:none;
            background-color:#FFFF99;
            font-weight:normal;
          }
a:active  { color:#0000EE;
            background-color:#FFFF99;
            font-weight:normal;
          }
body      { font-family:Helvetica,Arial,sans-serif;
            font-size:12pt;
          }


li,ol	  { color:#aaaa00;
            list-style-type:lower-greek;
	  }
