/*main body, text color, font, size, background color*/
body 
{ color: black; background: #FFFFFF; font-size: 12pt; font-family: arial}



/*scrollbar colors*/
body {
scrollbar-base-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
scrollbar-3ddark-color:;
scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-track-color:;
scrollbar-darkshadow-color:}

/*link colors*/
a:link       { color: #000000}
a:active     { color: #ffffff}
a:visited    { color: #000000}
a:hover      { color: #ffffff}
