BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: black;
  background: white;
  font-size: 30px;
  font-family: arial, helvetica, sans-serif;
}
DIV.slidebody {
  color: black;
  margin: 0;
  height: 375px;
}
SMALL {
  font-size: 90%;
}
BIG {
  font-size: 120%;
}
IMG {
  border: 0;
}

CODE {
  color: #003; /* almost black */
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

A:link    { color: #002040 /* very dark blue */; text-decoration: underline } 
A:visited { color: black; text-decoration: underline }
A:active  { color: red }
A.offsite { color: blue }

P.author  { 
  font-size: 80%;
  font-style: italic;
  color: black;
}

P.index {
  font-size: 80%;
  color: black;
}

P.top { 
  margin-top: 0.5em;
  margin-bottom: 0em;
}

BLOCKQUOTE {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: #005500; /* dark green */
}

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

EM { 
  color: maroon; /* dark red */
}

UL, OL, LI { 
  color: black;
  margin-left: 30px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 30px;
  font-family: arial, helvetica, sans-serif;
}

UL UL, UL OL, OL UL, OL OL {
  font-size: 90%;
  font-family: arial, helvetica, sans-serif;
}

DL P, UL P, OL P,
DL OL, DL UL, DL DL,
OL OL, OL DL, OL UL,
UL DL, UL OL, UL UL {
  margin-top: 0;
  margin-bottom: 0;
}

PRE, TT, CODE { 
  color: navy;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
PRE { 
  font-size: 1em;		/* Redundant, but fixes bug in Opera 3.5 */
  margin-left: 3%;
  margin-right: 20px;
}

/* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to
highlight features of code */

PRE SPAN.keyword, CODE SPAN.keyword {
  color: #066; /* dark green-blue */
}

PRE SPAN.comment, CODE SPAN.comment {
  color: #606; /* dark purple */
  font-weight: normal;
  font-style: italic;
}

PRE SPAN.string, CODE SPAN.string {
  color: #660; /* olive */
}

HR { 
  margin-top: 0.2em;
  color: black;
}

HR.top {
  margin-bottom: 0.4em;
}
HR.bottom {
  margin-top: 0.4em;
  clear: both;
}

H1 {
  color: navy;
  font-size: 120%;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif; 
}

H1.slide { 
  font-size: 38px;	/* 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;
}

/* DIV.comment is used in the all.htm file for comments that will not
be shown on the slides themselves. This rule is for when the style
sheet is applied to the all.htm file */

DIV.comment {
  font-size: medium;
  padding: 1em;
  border: thin dotted;
  margin: 3em 3%;
  text-align: justify;
}
DIV.comment EM, DIV.comment CODE, DIV.comment PRE, DIV.comment TT {
  /*color: white;*/
}
DIV.comment UL, DIV.comment OL {
  font-size: 100%;
}
TABLE.navbar {
  line-height: 1px;		/* Avoid space above small icons */
}
