a:link, a:visited, a:active {
  color: #EFD5A3;
}
a:hover {
  color: #C78D23;
}
a:link.credit, a:visited.credit, a:active.credit {
  text-decoration: none; 
  color: #464609;
  font-family: Verdana;
  font-size: 7pt;
}
a:hover.credit {
  text-decoration: underline; 
  color: #464609;
  font-family: Verdana;
  font-size: 7pt;
}
a:link.read, a:visited.read, a:active.read {
  text-decoration: underline; 
  color: #292905;
  font-family: Arial;
  font-size: 9pt;
}
a:hover.read {
  text-decoration: underline; 
  color: #EFD5A3;
  font-family: Arial;
  font-size: 9pt;
}