BODY { background: white;
       color: black;
       font-family: Trebuchet MS
}
H1.articletitle { font: caps }
.pagetitle { background: red; color: yellow }
.title { background: green; color: yellow }
.subtitle { background: yellow; color: blue }
BUTTON { 
  background: white;
  color: blue; 
  font-style: bold italics;
}
H3 {
  font-color: green; 
  font-style: italics;
}
TABLE {
  border-width: 0;
}
TABLE.small { font-size: 9pt }
TH {
  text-align: left;
  background: #AAFFCC;
  font-size: 12pt;
}
TD.tab { 
    font-size: 12pt
    vertical-align: top; 
    text-align: center
}
.data {
  vertical-align: top;
  background-color: #FFFFDD;
  font-size: 14pt;
  font-weight: bold;
  color: #006600;
}

.fieldname {
  font-size: 12pt;
  font-weight: bold;
  color: #CC6600;
}

P    { font: 12pt Arial; }
P.initial:first-letter { font-size: 200%; float: left }
A:link    { color: blue; text-decoration:none }      /* unvisited links */
A:visited { color: blue; text-decoration:none  }     /* visited links */
A:active  { color: blue; text-decoration:none  }   /* active links */
A:hover   { text-decoration:underline }
A.email { font: italics }