<style>

A:hover
{
    COLOR: #082A01;
    FONT-FAMILY: verdana;
    FONT-WEIGHT: bold;
       
}
BODY {
	margin:0;
	padding:0;
	font-family: verdana;
        bgcolor:"#c3a073";
        link: "#7f5523"; 
        vlink:"#7f5523"; 
        alink:"#ffffff";
        text:"#264031"
      }

.fixedWidth {
                  bgcolor:"#c3a073";
                  width: 600px;
                  text-align: center
	     }
.floatingWidth {bgcolor: "#c3a073";
		text-align: center;

		}
H2	{    bgcolor:"#c3a073";
	     font-size: x-large;
	     font-weight: 100;
         font-family: Harrington;
             color: #FFFFff;
             white-space: nowrap;
             line-height: 120% 	
         }

H3	{    bgcolor:#c3a073;
	     font-size: normal;
	     font-weight: 100;
             font-style: oblique
         }
H4	{    bgcolor:#c3a073;
	     font-size: medium;
	     font-weight: 100;
             font-style: oblique
         }
H5	{    bgcolor:#c3a073;
	     font-size: small;
	     font-weight: 100            
         }

A {text-decoration: none}


</style>