/* main.css */
body             {font-family: Verdana, Arial, serif ; background-color: #39120E;
                 margin: 0; color: #ead7bf; scrollbar-base-color:#39120E;
                 scrollbar-3dlight-color:#663333; scrollbar-arrow-color:#ead7bf;
                 scrollbar-darkshadow-color:#000000; scrollbar-face-color:#39120E;
                 scrollbar-highlight-color:#ead7bf; scrollbar-shadow-color:#000000;
                 scrollbar-track-color:#ead7bf;}
textarea         {font-family: Verdana, Arial; background-color: #ead7bf;
                 margin: 0; color: #39120E; scrollbar-base-color:#ead7bf;
                 scrollbar-3dlight-color:#663333; scrollbar-arrow-color:#39120E;
                 scrollbar-darkshadow-color:#000000; scrollbar-face-color:#ead7bf;
                 scrollbar-highlight-color:#ead7bf; scrollbar-shadow-color:#000000;
                 scrollbar-track-color:#39120E;}
h1,h2,h3,h4,h5,h6{color: #ead7bf;}
table,tr,td      {font-size: 13px; color: #ead7bf;}
hr               {color:#ead7bf; height:1px; }
ul,li            {font-size: 13px; color: #ead7bf;}
.top             {font-size: 14px; color: #660033; font-weight: bold}
p                {font-size: 13px; color: #ead7bf; padding:5px;}
.topnav          {font-size: 13px; color: #ead7bf; padding-top: 5px;}
/* Links */
.nl              {font-size: 13px; text-decoration: none; color:#c18375;
                 font-weight: normal;}
.nl:hover        {font-size: 13px; text-decoration: underline; color: #ead7bf;
                 font-weight: normal;}
.nl:active       {font-size: 13px; text-decoration: none; color: #ffcc99;
                 font-weight: normal;}

