/* Style sheet fro a w3c talk "all.htm" file which is the slide
master but which, with this sheet, can be printed as a summary shet.

 8 Sep 97  Created Tim BL

*/
BODY {
  /* margin-left: 20%; */
  /* margin-right: 20%; */
  color: #ffffff;
  background: #000060;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
}
SMALL {
  font-size: smaller;
}
IMG {
  border: 0;
}

CODE, PRE {
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

CODE.exmpl, PRE.exmpl code.exmplSmall  pre.exmplSmall {
  color: #FD9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
CODE.def, PRE.def{
  color: #F99;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

a:link { color: orange; text-decoration:underline;  font-weight:bold;}
a:visited { color: orange; text-decoration:underline; font-weight:bold;}
a:offsite { color: orange; text-decoration:underline;  font-weight:bold;}
a:active { color: orange; text-decoration:underline;  font-weight:bold;}

span.link { color: orange; text-decoration:underline; font-weight:bold;}

P.author  { 
  font-size: 10pt;
  font-style: italic;
}

P.top { 
  margin-top: 20px;
}

BLOCKQUOTE {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
  color: black;
}

BLOCKQUOTE SPAN.attribution {
  font-style: normal;
  font-weight: bold;
}
dt {color:yellow}
EM { 
  color: #ff9;
  font-style:italic;
}

UL, OL { 
  color: #ffffff;
  margin-left: 18pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

TT { 
  color: #FF9;
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}
PRE SPAN.comment {
  color: #AFA;
  font-weight: normal;
  font-style: italic;
}

PRE SPAN.string {
  color: #AAF;
}

HR { 
/*  margin-top: 5px;
  color: #ffffe8; */
  /* color: #666; */
}

HR.top {
/*  margin-bottom: 10px; */
}
HR.bottom {
/*  margin-top: 10px; */
}

H1 {
  text-align: left;
/*  color: yellow ; */
  font-size: 12pt;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif; 
  border-top: thin yellow groove;
}

H1.slide { 
  margin-top: 10px;
  font-weight: bold;
}

H1.slidelist { 
  text-align: center;
  font-size: 22px;
}

H2 {
/*  color: white;
  font-size: 12pt;
*/
  font-family: arial, helvetica, sans-serif;
}

H3 {
/*  color: white;
  font-size: 12pt;
*/
  font-family: arial, helvetica, sans-serif;
}  

H4 {
/*
  color: white;
  font-size: 12pt;
*/
  font-family: arial, helvetica, sans-serif;
}


div.object { 
  text-align: center;
  /* font-size: 80%; */
}


.emph1 { color:yellow }
.emph2 { color:lime }
.emph3 { color:white }
.emph4 { color:orange }
.emph4 { color:red }
