body {
  background-color: Linen;
  color: black;
  font-family: Verdana;
}

h1 {
  text-align:center;
}

.subheader{
  color:#606060;  
  text-align:center;
}

a{
  text-decoration: none;  
}

a:hover{
  text-decoration: underline;   
}