body {
background-color: #ffffff;
font-family: Arial, Helvetic, sans;
font-size: 20px;
color: #423e35;
}

div.body{
border: 1px solid #ffffff;
height: 560px;
width: 800px;
margin: 0 auto;
}

div.text{
height: 83px;
width: 684px;
margin-top: 200px;
margin-left: 120px;
margin-bottom: 190px;
}

p.text{
font-size: 13px;
text-align: left;
}

a:link, a:visited   {
color: #423e35;
font-size: 13px;
text-decoration: none;
}


a:hover  {
color: #afc7be;
}

ul.bottommap {

width: 750px;
margin-left: 52px;
margin-top: 20px;
float: left;
}

li.bottommap {
list-style: none;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
text-align: center;
float: left;
}

li.bottommap a  {
text-decoration: none;
color: #7e7666;
font-size: 13px;
display: block;
padding: 8px 25px;
float: left;
}

li.bottommap a:hover {
color: #afc7be;
}


