body{
     margin-left:0.5in;
     margin-right:0.5in;
     color:#000;
     background:#f5f5f5;
     }
h1{
  text-align:center;
  color:#090;
  }
h2{}
h3{
   color:#fff;
   background:#999;
   }
h4{
   color:#fff;
   background:#999;
   }
p{}
.revdate {
          color: white;
          background: navy;
         }
table{}

a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {
        text-decoration: underline overline;
        font-weight: bold;
        color: crimson;
        }
a:active {text-decoration: underline;}
