<style>
<!-- thanks to http://www.intensified.org! -->
body 
{
margin: 0px;
background-color: #BB97BA;
cursor: auto;

scrollbar-face-color : #BB97BA;
scrollbar-track-color : #BB97BA; 
scrollbar-arrow-color : #E8DAE8; 
scrollbar-highlight-color : #BB97BA; 
scrollbar-3dlight-color : #E8DAE8; 
scrollbar-shadow-color : #BB97BA; 
scrollbar-darkshadow-color : #BB97BA;
}


input, option, select, textarea
{
font-family: Georgia, Verdana;
font-size: 12px
color: #E8DAE8;
text-align: center;
border: 1px solid #E8DAE8;
background-color: #BB97BA;
}

BODY, P, TABLE, TR, TD
{
font-family: Georgia, Verdana, Arial;
font-size: 12px;
color: #E8DAE8;
text-align: justify;
line-height: 14px;
letter-spacing: 0px;
}

a:link { text-decoration: none; cursor: auto; color: #622F7F; font-weight: bold}
a:active { text-decoration: none; cursor: auto; color: #622F7F; font-weight: bold}
a:visited { text-decoration: none; cursor: auto; color: #622F7F; font-weight: bold}
a:hover { text-decoration: none; cursor: auto; color: #E8DAE8; font-weight: bold}

</style>