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