body {
background-color: #8CD3FF;
scrollbar-3dlight-color: #8CD3FF;
scrollbar-highlight-color: #8CD3FF;
scrollbar-face-color: #8CD3FF;
scrollbar-shadow-color: #8CD3FF;
scrollbar-darkshadow-color: #8CD3FF;
scrollbar-track-color: #8CD3FF;
scrollbar-arrow-color: #ffffff;
background: url('bg.png');
background-properties: fixed;
background-color: #ffffff;
font-family: verdana;
font-size: 10px;
color: #228DDD;
margin: 15px 0px 0px 0px;
}
#left {
background-color: #ffffff;
border-left: 1px solid #228DDD;
border-top: 1px solid #228DDD;
border-bottom: 1px solid #228DDD;
color: #228DDD;
font-family: verdana;
font-size:10px;
text-align: left;
vertical-align: top;
padding: 5px;
margin: 0px;
width: 110px;
height: 100%;
}
#right {
background-color: #ffffff;
border-right: 1px solid #228DDD;
border-top: 1px solid #228DDD;
border-bottom: 1px solid #228DDD;
border-left: 1px solid #228DDD;
color: #228DDD;
font-family: verdana;
font-size: 10px;
text-align: left;
vertical-align: top;
padding: 5px;
margin: 0px;
width: 400px;
height: 100%;
}
b,strong {
color: #228DDD;
font-family: verdana;
font-weight: bold;
}

a:link, a:active, a:visited {
color: #8CD3FF;
font-family: verdana;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #228DDD;
font-family: verdana;
font-size: 10px;
font-weight: normal;
text-decoration: none;
cursor: help;
}
input, textarea, select {
background-color: #ffffff;
border: 1px solid #228DDD;
font-size: 10px;
font-family: verdana;
font-size: 10px;
color: #228DDD;
padding: 2px;
}