/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #EDE7D7; font-family : Verdana, Arial, sans-serif; color:#1D1507; margin: 0;}
p,table,ul,li,address {font-family : Verdana, Arial, sans-serif; font-size : 13px}

img
{  border-style: none;
}



/* LINK COLORS */

A:LINK    {color: #AD5528; text-decoration: none;}
A:VISITED {color: #AD5528; text-decoration: none;}
A:HOVER   {color: #AD5528; text-decoration: none;}
A:ACTIVE  {color: #AD5528; text-decoration: none;}

/* HEADING COLORS AND STYLES */

H1     {color: #4E3914; font: 22px Trebuchet MS; text-align: left; margin-left: 5px; }
H2     {color: #4E3914; font: 17px Trebuchet MS; text-align: center; }
H3     {color: #4E3914; font: 18px Trebuchet MS; text-align: left;  }
H4     {color: #4E3914; font-size: 16px; font-weight: bold;}
H5     {color: #4E3914; font: 15px Trebuchet MS; text-align: center; margin-bottom: 0em;}
H6     {color: #322d24; font-size: 10px}

body {
     scrollbar-arrow-color: #000000;
     scrollbar-base-color: #747d85;
     scrollbar-dark-shadow-color: #747d85;
     scrollbar-track-color: #747d85;
     scrollbar-face-color: #f5ebcd;
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #747d85;
     scrollbar-3d-light-color: #747d85;
}