BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: #000;
  background: #fff;
  font-size: 40px;
  font-family: georgia, verdana, trebuchet, arial, helvetica, sans-serif;
}
SMALL {
  font-size: smaller;
}
.figure { text-align: center }

H1, H2, H3, H4 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
IMG {
  border: 0;
}
CODE {
  color: #4a5;
  margin-left: 5%;
  margin-right: 20px;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
A { font-style: italic }
A:link    { color: #912 }
A:visited { color: #912 }
A:active  { color: red }
A.offsite { color: #291 }

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

P.fig {
  text-align: center
}



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

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

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

EM {
  color: #000;
}


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

UL UL { margin-left: 30px }

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




PRE.extensive { 
  font-size: 80%;
}




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

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

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

H1 {
  text-align: center;
  color: #5a2;
  font-size: 48px;
}

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

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

H2 {
  color: #481;
  font-size: 38px;
}

H3 {
  color: #481;
  font-size: 32px;
}

H4 {
  color: #000;
  font-size: 28px;
}

H2.cover {
  text-align: center;
  margin-top: 100px;
  margin-left: 50px; margin-right: 50px
}







H3.cover {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}