a:link, a:visited, a:active {
  color: #823E3A;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a.current:link, a.current:visited {
  color: #666666;
  text-decoration: underline;
}
