dd a:link, dd a:visited {
background-color: #FFFFCC;
}

dd a:hover {
background-color: #FFFFFF;
}

dt a:link, dt a:visited {
color: #000;
text-decoration: underline;
font-weight: bold;
}

dt a:hover {
color: #003511;
text-decoration: none;
font-weight: bold;
background-color: #FFFFFF;
}
