/*a:link {
  color:black;
}
a:visited {
 color:white;
}
a:active {
  color:blue;
}*/
a:hover {
  text-decoration:underline;
}


