
* {
border: 0;
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
}


h1 {
  color: rgb(0,0,255);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 10px 10px 8px green;
}
h2 {
  color: rgb(255,0,0);
  text-align: center;
  font-family: Georgia, serif;
}
p {
  color: blue;
  font-size: 80%
}
a {
  text-decoration: none;
}
li {
  color: red;
}
