body {
        background: #806060;
        font-family: verdana;
        font-size: 9pt;
        color: white;
}
table {
        font-family: verdana;
        font-size: 9pt;
        border: 0
        cellspacing: 1
        cellpadding: 1
}
td {
        font-family: verdana;
        font-size: 9pt;
        vertical-align: top;
}
th {
        background: #808080;
        font-family: verdana;
        font-size: 9pt;
        font-weight: bold;
        color: yellow;
        horizontal-align: left;
}
h1 {
        font-family: verdana;
        font-size: 9pt;
        font-weight: bold;
        color: yellow;
}
INPUT.TEXT{
  font-family:TrebuchetMS;
  font-size:9pt;
  font-weight:bold;
  background-color:336699;
  border-color:336699;
  border-width:2px;
  color:FFFFFF;
}
a         { text-decoration:underline; color: #FFFF00; font-size: 9pt}
a:link    { color: #FF8000 }
a:visited { color: #FF8000 }
a:hover   { color: #00FF00 }
a:active  { color: #FF8000 }

