BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: black;
  background: white;
  font-size: 24pt;
  font-family: arial, helvetica, sans-serif;
}
IMG {
  border: 0;
}

A:link    { color: blue } 
A:visited { color: #000060 }
A:active  { color: red }
A.offsite { color: #000099 }

P.author  { 
  font-size: 18pt;
  font-style: italic;
}

P.top { 
  margin-top: 20px;
}

UL, OL { 
  margin-left: 30px;
}

HR { 
  margin-top: 5px;
  color: #ffffe8;
}

HR.top {
  margin-bottom: 10px;
}
HR.bottom {
  margin-top: 10px;
}

H1 {
  color: #000080 ;
  font-size: 30pt;
  font-weight: bold;
}

H1.slide { 
  margin-top: 10px;
  font-weight: bold;
}

H1.slidelist { 
  text-align: center;
  font-size: 22pt;
}

H2 {
  color: black;
  font-size: 25pt;
}

H3 {
  color: black;
  font-size: 20pt;
}  

H4 {
  color: black;
  font-size: 18pt;
}

PRE {
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
