BODY {

        font-size :8px;
        font-family : Arial;
        color : #CAC8C0;
        scrollbar-base-color : #0F4B89;
        }

TABLE {

        font-size :12px;

        }

HR {
     color : #CAC8C0;
   }

SELECT {
         background-color : #0F4B89;
         border : 1px inset #007AD0;
         font-family : Arial;
         font : 12px;
         color : #CAC8C0;

         }

INPUT {
         background-color : #0F4B89;
         border : 1px inset #007AD0;
         font-family : Arial;
         font : 12px;
         color : #CAC8C0;
         }

TEXTAREA {
         background-color : #0F4B89;
         border : 1px inset #007AD0;
         font-family : Arial;
         font : 12px;
         color : #CAC8C0;
         scrollbar-base-color : #0F4B89;

         }


a:active {
         color : #CAC8C0;
         text-decoration:underline;
        }

a:link {
         color : #CAC8C0;
         text-decoration:underline;
        }

a:visited {
         color : #CAC8C0;
         text-decoration:underline;
        }