body
 {
font-family: Verdana;
font-size: 12px;
background: #9595D1;
color: #373777;

scrollbar-base-color: #9595D1;
scrollbar-3dlight-color: #A5A5D3;
scrollbar-arrow-color: #373777;
scrollbar-darkshadow-color: #5252AB;
scrollbar-face-color: #9595D1;
scrollbar-highlight-color: #9C9CCF;
scrollbar-shadow-color: #7070BA;
scrollbar-track-color: #9595D1;
 }

a:link { color: #373777; text-decoration : none; }
a:visited { color: #373777; text-decoration : none; }
a:hover { color: #CFD0EE; text-decoration : none; }
a:active { color: #CFD0EE; text-decoration : none; }
a:focus { color: #CFD0EE; text-decoration : none; }
a { cursor: crosshair; }

#Main
 {
 position: absolute;
 left: 75px;
 top: 170px;
 width: 550px;
 height: 300px;
 border: solid 1px #373777;
 }

#Header
 {
 position: absolute;
 left: 105px;
 top: 30px;
 border: solid 1px #373777;
 }

#Navi
 {
 z-index: 2;
 background: #9595D1;
 position: absolute;
 left: 125px;
 top: 165px;
 width: 450px;
 height: 30px;
 border: solid 1px #373777;
 }

td
 {
 font-size: 12px;
 }