body {
  color:#000040;
  background-color:#cccc99;
  font-family:"Trebuchet MS",sans-serif;
}

a:link { color:#800080; }      /* unvisited link */
a:visited { color:#800080; }   /* visited links */
a:active { color:#c000c0; }    /* active links */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input {
  color:#000040;
  font-family:"Trebuchet MS",sans-serif;
  font-size:10pt;
}

pre,tt {
  color:#000040;
  font-family:Courier,"Courier New",monospace;
  font-size:10pt;
}

h1 {
  font-size:24pt;
  font-weight:bold;
  text-align:center;
  margin-top: 1em;
}

h2 {
  font-size:14pt;
}

h3 {
  font-size:12pt;
}

p.date {
  font-size:9pt;
}

img {
  border:0;
}

