body
{
 
background: url(719146.jpg);
font: 105% Verdana, Arial, Helvetica, sans-serif;
background-size: cover;
color: white;

}


h1 {
  font-weight: bold;
}

 /* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 

