 
A{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
  color : fuchsia;
}
A:VISITED{
  text-decoration : none;
}
.linespace120{
  line-height : 120%;
}
.linespace150{
  line-height : 150%;
}
