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

#content {
position:absolute;
top:165px;
left:250px;
width:365px;
height:135px;
z-index:1;
padding:5px;
background-color:#6699CC;
overflow:auto;
}