.subforums ol.subforumlist  {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.subforumlist li.subforum {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
	content:"";
}
.postcontent a:link, .postcontent a:hover, .postcontent a:visited {
    color:rgb(204, 0, 0);
} 