body {
  background-color: lightgrey;
}

h1
{
  font-size: 50px;
  text-align: center;
  text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px black;
  font-family:Arial, Helvetica, sans-serif;
  color: black;
  padding:16px;
  -moz-box-shadow: 2px 2px 6px #888;  
  -webkit-box-shadow: 2px 2px 6px #888;  
  box-shadow:2px 2px 6px #888;  
  text-align:center;
  display:block;
  margin:20px;

}

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
}

a {
text-decoration: none;
color: #5472AE;
}