.def         { color: #; text-decoration: none; cursor: hand }
.def:hover   { color: #FF0000; text-decoration: none; cursor: hand }
.selected    { background-color: #e0e0e0; border-style: outset; border-width: 0 }
a            { color: #; text-decoration: none }
a:hover      { color: #FF0000; text-decoration: none }
.custom_input { background-color: #e0e0e0; color: #; border: 1 solid # }
.custom_button { background-color: #808080; color: #; font-family: Verdana; font-size: 
               10pt; font-weight: bold; border-style: outset; border-width: 1 }
.def_title         { color: #e0e0e0; text-decoration: none; cursor: hand }
.def_title:hover   { color: #FF0000; text-decoration: none; cursor: hand }
.dark        { color: #e0e0e0; background-color: #;}
.light       { color: #; background-color: #e0e0e0;}
.medium      { color: #e0e0e0; background-color: #808080;}
body         { scrollbar-face-color: #808080;
               scrollbar-highlight-color: #e0e0e0;
               scrollbar-shadow-color: #;
               scrollbar-3dlight-color: #e0e0e0;
               scrollbar-arrow-color:  #;
               scrollbar-track-color: #e0e0e0;
               scrollbar-darkshadow-color: #000000 }