<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body,div,td{
 padding:0px;
} 
body{
 width:699px;
 height:240px;
}
img{
 border:0px;
}
#main,#back{
 position:absolute;
 top:0px;
 left:0px;
}
#back{
 display:none;
}
a{
 color:#FFFFFF;
 text-decoration:none;
}
a:hover{
 
}
span{
 color:#FFFFFF;
 margin-left:5px;
 font-family:"Courier New", Courier, monospace;
}
td img{
 width:75%;
 height:75%;
}
#control{
 position:absolute;
 left:0px;
 z-index:50;
}
#control_bg{
 background:#000000;
 filter:alpha(opacity:40);
 position:absolute;
 left:0px;
 height:30px;
 width:100%;
}
.pic{
 display:none;
}
#buff{
 position:absolute;
 top:0px;
 left:0px;
 display:none;
 border:#993333 1px solid;
 width:203px;
 height:112px;
}</pre></body></html>