/* CSS Document */

body {
margin: 94px;
background-image: url(images/hnew_bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

/* for text formatting */
.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #544a4a;
}

/* for text formatting */
.h1text {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #A35024;

}

/* for all the links */
a.footertextlink {
color: #544a4a;
text-decoration: underline;
}

a.footertextlink:hover {
color: #544a4a;
text-decoration: none;
}

