body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C8C8C8;
background-color: #010101;
overflow: auto;
text-decoration: none;
scrollbar-face-color: #010101;
scrollbar-highlight-color: #010101;
scrollbar-shadow-color: #010101;
scrollbar-3dlight-color: #010101;
scrollbar-darkshadow-color: #010101;
scrollbar-arrow-color: #C8C8C8;
scrollbar-track-color: #010101;
}
a:link { color: #5E5E5E; text-decoration: none}
a:visited { color: #5E5E5E; text-decoration: none}
a:hover { font-weight: bold}
a:active { color: #5E5E5E; text-decoration: none}

#content {
position:absolute;
top:95px;
left:105px;
width:360px;
height:auto;
z-index:1;
padding:5px;
background-color:#010101;
}

h1 {font-style:bold;font-size:11px;color:#C8C8C8; padding:2px; z-index:2;background-color:#010101; border-bottom : 1px solid #C8C8C8;
}

blockquote {
font-family: Arial, Tahoma, Helvetica, sans-serif;
margin: 10px; 
background-color: #C8C8C8;
color: #000000;
padding: 5px; 
border-left : 5px solid #5E5E5E;
}