body {
  margin-left: 5%;
  margin-right: 5%;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  background: white; 
}

a:link { color: rgb(100,20,20);text-decoration: underline; }
a:visited { color: rgb(20,50,50);}
a:active { color: olive;}

   a:hover { 
   text-decoration: underline;
   cursor: hand;
   }
li{margin-top: 10px;}

h1,h2,h3,h4 {font-family: Helvetica; font-weight: bold; }
h1,h2{color:#800000}
em{color:#800000}
i{color:#800000}

sub,sup {font-size:60%;font-style:italic;color:#800000;}

div{text-align:center; color:black;}


table{margin-top: 5px;
      margin-bottom: 5px;
      color:black;
      background-color:rgb(250,240,240);
      width:100%;
      border: none; 
}


