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