a {
   text-decoration: none;
}
a:link {
   color: #202020;
}
a:visited {
   color: #202020;
}
a:hover {
   color: #f08080;
}

