body {
        color: rgb(1,2,7);   /* text color */
        /* background: rgb(0,127,127); */
        margin-left: 1%; margin-right: 0%;
        margin-top: 1%; margin-bottom: 0%;
        font-family: Verdana, sans-serif;
       }

p     {
        font-size: 85%;
        color: rgb(34, 51, 68);
       }

li    {
       color: rgb(0,0,0); /*  #3B4A3B  */
       font-size: 100%;
       }

h1    {
        margin-left: -1%;
        font-size: 250%;
        color: rgb(0,0,0);
        font-family: Verdana, "Times New Roman";
       }

h2,h3,h4,h5,h6
       {
        margin-left: -1%;
       }

:link { color: rgb(65, 124, 67) }  /* for unvisited links */
:visited { color: rgb(34, 51, 68) } /* for visited links */

/* Custom Styles */

#page {
         color: rgb(255,255,255);
         font-size: 125%;
         }
         #diveloghead
         {
         color: rgb(255,255,255);
         font-size: 100%;
         }

