/* CSS Document */

/* Changes the color of the page anchor links from blue to black. Still Underllined */
dl.feature dt a:visited, dl.feature dt a:link{
color:#693;
text-decoration:none;
}

dl.feature dt a:hover{
color:#693;
text-decoration:underline;
}