 
A{
  text-decoration : none;
}
.link{
  padding-top : 2px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : lighter;
}
A:hover{
  color : red;
  text-decoration : underline;
  font-weight : lighter;
}
