BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: #ffffff;
  background: #000060;
  font-size: 24px;
  font-family: arial, helvetica, sans-serif;
}
SMALL {
  font-size: smaller;
}
IMG {
  border: 0;
}

CODE {
  color: #FF9;
  margin-left: 5%;
  margin-right: 20px;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

A:link    { color: #ffffe8 } 
A:visited { color: #eeffee }
A:active  { color: red }
A.offsite { color: #ffff00 }

DIV.author  { 
  font-size: 16px;
  font-style: italic;
}

P.author  { 
  font-size: 16px;
  font-style: italic;
}

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

BLOCKQUOTE {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: #eeffee;
}

BLOCKQUOTE SPAN.attribution {
  font-style: normal;
  font-weight: bold;
}

EM { 
  color: #ff9;
}

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

PRE, TT { 
  color: #efe;
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

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

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

H1 {
  color: yellow ;
  font-size: 32px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif; 
}

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

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

H2 {
  color: white;
  font-size: 26px;
  font-family: arial, helvetica, sans-serif;
}

H3 {
  color: white;
  font-size: 22px;
  font-family: arial, helvetica, sans-serif;
}  

H4 {
  color: white;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
}

