#forum {
  background-color: #fff;
}
#forum table tr th {
  border-bottom: 1px solid #aaa;
}
#forum tr.dark {
  background: #eee;
}
#forum tr.light {
  background: #fff;
}
#forum td.container {
  color: #000;
  background: #ccc;
}
#forum td.container a {
  color: #fff;
}
#forum td.container a:visited {
  color: #fff;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  border: 1px solid #bbb;
}
#forum td .name {
  color: #fff;
}

.postit {
  background-color:#FFDBA1;
  border:1px solid #FFB643;
  color: #4E3000;
}
