.forumtitle a {
  text-decoration: none;
  color: #666666;
}
.forumtable td, .forumtable th {
  padding: 8px;
  margin: 4px;
  border: 1px #CCCCCC solid;
}
.forumtable th, .forumtable thead td {
  background-color: #92B6CB;
  color: white;
  font-weight: bold;
  text-align: left;
}
ul.forumtree {
  padding: 0;
  margin-left: 10px;
}
.forumtree li {
  list-style-type: circle;
}

.forumpostbody {
  padding: 6px;
  border: 1px #242424 dotted;
  min-height: 75px;
}
  
.forumnavigation {
  font-weight: bold;
}