.s0 {
  font-size: 45px;
}
#s1 {
  color: #05D3FF; 
  font-size: 55px;
  font-family: Courier, monospace;
  font-weight: bold;
}
#s3 {
  color: yellow;
  font-weight: bold;
  font-size: 60px;
  font-family: Verdana, sans-serif;
}
#s2 {
  color: red;
  font-weight: bold;
  font-size: 90px;
  font-family: Times;
  font-style: italic;
}
#s4 {
  color: pink;
  font-weight: bold;
  font-size: 80px;
  font-family: Verdana, sans-serif;
}
#s5 {
  color: #aaff00;
  font-weight: bold;
  font-size: 55px;
  font-family: Verdana, sans-serif;
}
.red {
 color: #aaff00;
}
.name {
  font-family: Times;
}
TABLE {
  font-size: 25px;
}
BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: #ffffff;
  background: #000060;
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
}
SMALL {
  font-size: smaller;
}
IMG {
  border: 0;
}
CODE {
  color: #FF9;
  margin-left: 5%;
  margin-right: 20px;
  font-size: 20px;
  font-family: "Courier New", monospace;
}
A:link    { 
  color: #ffffe8;
} 
A:visited { 
  color: #eeffee;
}
A:active  { 
  color: red;
}
A.offsite {
  color: #ffff00;
}
P.author  { 
  font-size:16px;
  font-style: italic;
}
P.top { 
  margin-top: 20px;
}
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;
  font-family: courier, monospace;
  font-weight: bold;
  font-size: 20px;
}
HR { 
  margin-top: 5px;
  color: #ffffe8;
}
HR.top {
  margin-bottom: 10px;
}
HR.bottom {
  margin-top: 10px;
}
H1.slide { 
  color: yellow ;
  margin-top: 10px;
  font-family: arial, helvetica, sans-serif; 
  font-weight: bold;
  font-size: 32px;
}
H1.slidelist { 
  color: yellow;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
}
H2 {
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
}
H3 {
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
}  
H4 {
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
}

