BODY {
     background:#ffffff;
     color:#000000;
     text-align:left;
     font-weight:normal;
     font-family:Garamond, Times New Roman, Serif;
     font-size:medium
     }

H1   {
     text-align:left;
     color:#9B3B2A;
     font-weight:bold; 
     font-size:xx-large;
     font-family:Garamond, Times New Roman, Serif
     } 

H2  {
    text-align:center;
    color:#9B3B2A;
    font-weight:bold;
    font-size:x-large;
    font-family:Garamond, Times New Roman, Serif}

H3  {
    text-align:left;
    color:#9B3B2A;
    font-weight:bold;
    font-size:large;
    font-family:Garamond, Times New Roman, Serif
    }
H4  {
    text-align:left;
    color:#000000;
    font-weight:bold;
    font-size:medium;
    font-family:Garamond, Times New Roman, Serif
    }

H5  {
    color:#000000;
    font-weight:normal;
    font-size:small;
    font-family:Garamond, Times New Roman, Serif
    }

P  {
   color:#000000; 
   text-align:left;
   font-weight:normal;
   font-family:Garamond, Times New Roman, Serif;
   font-size:medium}

A {
	font-family:Garamond, Times New Roman, Serif;
	font-weight:normal;
	text-decoration: none;
}

A:link {
       color:#758352;
       text-decoration:none
       }

A:visited {
          color:#9FB24C;
          text-decoration:none
          }

A:active {
         color:#E6BB17;
         text-decoration:none
         }

A:hover {
        color:#8E552C;
        text-decoration:none
        }

UL      {
        list-style:disc outside
        }

OL      {
        list-style:decimal outside
        }

LI     {
       text-align:left;
       color:#000000;
       font-weight:normal;
       font-family:Garamond, Times New Roman, Serif;
       }
