body {
  margin-top: 20px;
  color: white;
  font-family: verdana;
  font-size: 10pt;
  background-color: FFCC33;
//  background-repeat: no-repeat;
}
A {
  color: #FFFFFF; 
}
A:hover {
  color: #CCCCCC;
  background-color: #333333;
  text-decoration: none; 
  }
A:visited {
  color: #FFCC33; }
A:active {
  color: #333366; }

table {
  font-family: verdana;
  font-size: 12px;
}
TD#slinks {
  text-align: right; }
TD#banner {
  border-top: 3px double black;
  border-bottom: 1px dotted black; }
TD#gnav {
  border-bottom: 1px solid black;
  padding: 2px 5px;
  background: #BACAE8; }
TD#snav {
  border-bottom: 3px double black;
  padding: 2px 5px;
  background: #D5BFB5; }
TD#login {
  border-bottom: 3px double black;
  padding: 2px 5px;
  background: #D5BFB5;
  text-align: right; }
FIELDSET {
  margin: 0px;
  border: 1px solid black;
  padding: 5px; }
LEGEND {
  font-weight: bold;
  font-style: italic; }

TABLE.entry {
  width: 800px;
  margin-top: 0px;
  border: 0px solid white;
  background: CC3333; }
TD.title {
  padding: 2px 5px;
  border-bottom: 1px dotted black;
  background: #BACAE8;
  font-weight: bold; }
TD.date {
  width: 30%;
  padding: 2px 5px;
  border-bottom: 1px dotted black;
  background: #D5BFB5;
  text-align: right; }
TD.summary{
  padding: 5px; }
