body {
font-family: Arial,sans-serif;
background-color: #dbba77;
}

h2 {
color: #c5071b;
 }

a {
text-decoration: none;
text-transform: capitalize;
color: #000;
}
a:hover {
text-decoration: underline;
color: #008000;
font-weight:600;
}

#sitemap {
width: 100%;
padding: 30px;
 }
 
 ul {
 margin: 20px;
  }
 li {
 margin-bottom: 5px;
 } 
  
li a {
font-weight: bold;
}
li li a {
font-weight: normal;
}
#home {
font-size: 24px;
font-weight: bold;
padding: 0 0 .5em 24px;
margin: 0;
background: transparent url('cssimages/home.png') 0 .15em no-repeat;
}

#float {
float: right; 
height: 800px;
width: 500px;
}

