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

#content {
position:absolute;
top:346px;
left:150px;
width:341px;
height:auto;
z-index:1;
padding:5px;
background-color:#273535;
border: #FFFEFF 20px solid;
}

h1 {font-style:bold;font-size:11px;color:#FFFEFF; padding:2px; z-index:2;background-color:#273535; border-bottom : 1px dotted #FFFEFF;
}

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