A:LINK{
  color : #ffffff;
  text-decoration : none;
}

A:HOVER{
  font-weight : bold;
  color : lime;
  text-decoration : none;
  background-color : lime;
}

A:VISITED{
  color : #ffffff;
  text-decoration : none;
}
.link{
  color : navy;
}

