 
H1{
  font-size : 120%;
  text-align : center;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
A{
  color : #0000cc;
  text-decoration : none;
}
A:hover{
  color : #0000ff;
  text-decoration : underline;
}