body{
  color:white;
  font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
}

a:link{
  color:#FF0000;
  text-decoration:none;
}

a:hover{
  color:white;
  text-decoration:underline;
}

ul{
  margin:0;
  padding:0;
  list-style:none;
}

li{
  line-height:18px;
}

li li{
  padding-left:16px;
}

li.server{
  background:url(v_main.gif) 0 2px no-repeat;
}

li.server span{
  padding-left:16px;
}

li.channel{
  background:url(v_channel.gif) 0 2px no-repeat;
}

li.channel span, li.client span {
  padding:0;
}

li.client{
  background:url(v_user.gif) 0 2px no-repeat;
}

li.channel .name{
  color:white;
}

li.client .name{
  color:red;
}

.comment{
  color:#9999FF;
  display:none;
}

.flags{
  color:#DDDDFF;
}
