body{
font-family:arial,verdana;
}


#console{
display:block;
height:560px;
background-color:#000;
color:#fff;
padding:10px;
font-size:9pt;
line-height:150%;
overflow-y:scroll;
}

a{color:#eee;}

#console pre{
color:#f00;
font-weight:bold;
display:block;
text-align:Center;
}


.time{
color:#909090;
margin-right:5px;
}


.red{
color:#f00;
}

.green{
color:#0f0;
}

.grey{
color:#999;
}