html { height: 100%; margin-bottom: 1px; }


body
{
margin:0px; 
background-image:url('images/home_background.jpg');
background-repeat:repeat-x;
background-color:#e5d091;
}




A:link {text-decoration: none; color: green;}
A:visited {text-decoration: none;color: red;}
A:active {text-decoration: none; color: green;}
A:hover {text-decoration: none; color: green; font-weight:bold;}


.normaltext {font-size: 12px; line-height: 1.6; margin-left: 5px; margin-right: 5px; font-family: 'Verdana'; color: #000000; text-decoration: none; text-align:left;}