/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #EDE7D7; font-family : Verdana, Arial, sans-serif; color:#322d24; 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: #3d5c20; text-decoration: none;}
A:VISITED {color: #3d5c20; text-decoration: none;}
A:HOVER   {color: #3d5c20; text-decoration: none;}
A:ACTIVE  {color: #3d5c20; text-decoration: none;}

/* HEADING COLORS AND STYLES */

H1     {color: #c6a72b; font: 22px Trebuchet MS; text-align: left;}
H2     {color: #ffffff; font: 17px Trebuchet MS; text-align: center; }
H3     {color: #86827a; font-size: 18px; font-weight: bold;}
H4     {color: #86827a; font-size: 16px; font-weight: bold;}
H5     {color: #86827a; font: 15px Trebuchet MS; text-align: center; }
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: #AAC690;
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #747d85;
     scrollbar-3d-light-color: #747d85;
}