A:link {
 color: black;
 text-decoration: none;
}
A:visited {
 color: black;
 text-decoration: none;
}
A:hover {
 color: #a0522d;
 text-decoration:underline;
}



