  

A:HOVER{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : none;
}
INPUT{
  cursor : pointer;
}