body{
    background-image:url(sky.jpg);
    background-attachment:fixed; background-repeat:repeat-y;
    background-position:left;
    margin-left:20pt;
    margin-right:20pt;
}
body,td,table{
    font-size:11pt;
    color:#000000;
    line-height:15pt;
    font-family:'ms gothic';
    scrollbar-face-color: #FFFFFF;
    scrollbar-base-color:#FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#cccccc;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color:#00CCFF;
}
a{
    text-decoration:none;
}
a:link,a:visited,a:active{
    color:#3399ff;
}
a:hover{
    text-decoration:none;
    border-bottom:solid 1px #3399ff;
}
h2{
    font-size: 18px;
    color: #FF0000;
}