body {
  font-family: verdana, arial, helvetica, sans-serif; 
  background-color: white;
  color: black;
}

h1 {
  font-family: helvetica, sans-serif; 
  color: #286097;
  background: white;
}

div.log {
  /* IE doesn't understand this */
  display: table;
}

div.log p { 
  /* IE doesn't understand this */
  display: table-row;
  /* so make the paragraph have no margins to squeeze things up */
  margin: 0;
}

.time {
  /* IE doesn't understand this */
  display: table-cell;
} 

.nick {
  display: table-cell;
  font-weight: bold;
  padding: 0 2px 0 2px;
  text-align: right;
}

.comment {
  display: table-cell;
  padding-left: 1em;
  border-left: #999;
  border-width: 0 0 0 1px;
  border-style: none none none solid;
} 
.newtopic { font-style: italic; }
.action { font-style: italic; }
.match { font-weight: bold; }
