body {font-family: Arial,Helvetica;font-size: 12pt;color: blue ;background-color: ffcc00;}
ul {color:blue;font-size: 12pt;}
h1 {color:blue;font-size: 18pt;}

P.sansa {
 font-family: Arial, Helvetica, sans-serif
 }

P.big {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18pt
 }

P.small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt
 }

div.top {
  position: absolute;
  top:0%;
  left:0%;
  width:100%;
  height:130px;
  padding: 0.3em; }

div.left {
  position: absolute;
  top:150px;
  left:0px;
  width:200px;
  height:100%;
  padding: 0.3em; }

div.right {
  position: absolute;
  top:150px; 
  left:200px;
  width:80%;
  height:100%;
  padding: 0.3em;
  }

        a.ha:hover { color: #FF0000; }
        a.year:hover { color: #000000; }
        a:link { color:#0000FF; text-decoration: none; }
        a:visited { color:#0000FF; text-decoration: none; }
        a:active { color:#0000FF; text-decoration: underline; }
        a:hover { color:#0000FF; text-decoration: underline; }

