BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
}
SMALL {
  font-size: smaller;
}
IMG {
  border: 0;
}

CODE {
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

A:link    { color: #333333 } 
A:visited { color: #333333 }
A:active  { color: #333333 }
A.offsite { color: #333333 }

P.author  { 
  font-size: 80%;
  font-style: italic;
}

P.top { 
  margin-top: 0.5em;
  margin-bottom: 0em;
}

BLOCKQUOTE {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: #336633;
}

BLOCKQUOTE SPAN.attribution {
  font-style: normal;
  font-weight: bold;
}

EM { 
  color: #333333;
}

UL, OL { 
  color: #000000;
  margin-left: 30px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

UL UL, UL OL, OL UL, OL OL {
  font-size: 90%;
}

UL P, OL P {
  margin-top: 0;
  margin-bottom: 0;
}

PRE, TT { 
  color: #333333;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

HR { 
  margin-top: 0.2em;
  color: #333333;
  /* color: #666; */
}

HR.top {
  margin-bottom: 0.4cm;
}

HR.bottom {
  margin-top: 0.4em;
}

H1 {
  color: black ;
  font-size: 120%;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif; 
}

H1.slide { 
  font-size: 30px;	/* Workaround, the 120% above should've been enough */
  margin-top: 0.5em;
  font-weight: bold;
	}

H1.slidelist { 
  text-align: center;
  font-size: 80%;
}

H2 {
  color: black;
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
}

H3 {
  color: black;
  font-size: 80%;
  font-family: arial, helvetica, sans-serif;
}  

H4 {
  color: black;
  font-size: 70%;
  font-family: arial, helvetica, sans-serif;
}


