p{
  color: black;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 80pt;  
  font-weight: bolder;
  font-style: normal;
}

h1{
  color: black;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 80pt;  
  font-weight: bolder;
  font-style: normal;
}

a{
  color: black;
  text-decoration: none;
}

a:hover{
  text-decoration: line-through;
}

a:visited{
  color: black;
  text-decoration: none;
}

img {
  float: right;
  margin-left: 50px;
  margin-right: 50px;
}

