BODY { font-family: "Gill Sans", "GillSans", "Trebuchet MS", sans-serif;
        text-decoration: none; font-size:12px; color: black;}
A { color: #000000; }

H1 {
  text-align:center;
}


/* Forum */
TD.list {
  background: #33cc33;
  color: #000000;
}
/* Posts in the list of messages */
TD.post {
  background: #cccccc;
  color: #000000;
}
/* Followups in the list of messages */
TD.followup {
  background: #dddddd;
  color: #000000;
}
TD.navbar {
  background: #ffffff;
  color: #000000;
}