* {
  font-family: Verdana, arial, sans-serif;
}
body {
  color:#000000;
  font-size:12pt;
}
h1 { 
  color:#000099; 
  font-size:22pt
}
h2 {
  color:#993333;
  font-size:16pt
}
h3 {
  color:#339966;
  font-size:14pt;
}
h4 {
  color:#0000FF;
  font-size:12pt;
}
h5 {
  color:#800000;
  font-size:12pt;
}
h6 {
  color:#800000;
  font-size:11pt;
  font-style:italic;
  font-weight:bold;
}
ol {
  color:#003399;
  font-size:11pt;
}
ul {
  color:#003399;
  font-size:11pt;
}
dt {
  color:#003399;
  font-size:11pt;
  font-weight:bold;
}
dd {
  color:#003399;
  font-size:11pt;
}
hr {
  size:2px;
  color:#069;
}
.fig {
  color:#FF0000;
  font-size:11pt;
}
.example {
  color:#3366CC;
  font-size:11pt;
  font-weight:bold;
}
.equation {
  color:#003399;
  font-size:11pt;
  font-weight:bold;
}
a:hover {
  color:#008000;
  background-color:yellow;
  text-decoration:underline;
}

#fineprint {
  font-size:0.76em;
  text-align: center;
}

/* Alsetts clearfix method */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */