body
  { font-family: 'trebuchet ms';
    font-size: 11px;
    margin: 0; }

a 
  { text-decoration: none;
    color: black; }
ul ul a:visited
  { color: #999; }
a:hover
  { color: red; }
ul a
  { font-weight: bold; }
ul ul a
  { font-weight: normal; }

ul
  { list-style: none;
    margin: 0;
    padding: 0; }
ul ul
  { padding-left: 14px;
    padding-bottom: 8px; }
li.even, li.odd
  { padding-left: 7px;
    padding-top: 2px; }

li.even
  { background-color: #ddd; }
li.odd
  { background-color: #eee; }

.time
  { font-size: 10px; }
