BODY
 {
  margin: 30 50 50 50;
  color: #000000;
  background-color: #efefef;
  A:link { color: #0000ff }
  A:visited { color: #800080 }
  A:active { color: #ff0000 }
  A:hover { color: #ff00ff }
  A:link, A:visited, A:active, A:hover { text-decoration: none }
 }
H1
 {
   color: 6b8e23;
   border-style: outset;
   border-color: #b0c4de;
   border-width: 0 0 6 6;
   margin-left: 5px;
   margin-right: 15px;
   padding-left: 10px;
   font-size: 24pt;
   font-weight: bold;
 }
P
 {
  style=font-size: 14pt;
  letter-spacing: 0.1em;
  line-height:140%;
 }