a {
color: #DC8552;
text-decoration: none;
}


a:visited {
text-decoration: none;
}

a:hover {
color: #FCA16C;
}

.links a {
display: block;
width: 244px;
height: 24px;
background-color: #A55214;
font: normal 11px/24px georgia, times, serif;
color: #F7D09B;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
border-left: 1px solid #F7D09B;
}

* html .links a {
width: 238px;
}

.links a:hover {
background-color: #9D3A06;
color: #fff;
}
