/* 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 sheet.

 8 Sep 97  Created Tim BL

*/
body {
  margin-left: 20%;
  margin-right: 20%;
  color: black;
  background: #ffffff;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
}
small {
  font-size: smaller;
}
img {
  border: 0;
}

code {
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

a:link    { color: black } 
/*
 a:visited { }
a:active  {  }
 */
a.offsite { color: #ffff00 }

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;
}

/*
em { }
*/

/*
ul, ol { 
  color: #ffffff;
  margin-left: 36px;
}
*/

pre, tt { 
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

/*
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; 
}

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;
}

