

body{   
width: 100%;
height:100%;
margin:0;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}  

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

