 
@import url(style.css);
A:hover{
  color : gray;
  text-decoration : underline;
  font-weight : normal;
}
A{
  text-decoration : none;
}
.pushbuttonClass{
  cursor : pointer;
}
