body {
  font-family: "Palatino", "Palatino Linotype", "Book Antiqua", serif;
  margin: 60px 4em 60px 4em;
  line-height: 1.5em;
  background: #000099;
  color: #00ccff;
}

h1, h2 {
  text-align: right;
}

h1 {
  margin-bottom: 0;
}

h2 {
  font-size: 100%;
  
}

a {
  text-decoration: none;
}

a:link {
  color: #777;
}

a:visited {
  color: #00ccff;
}

a:hover, active {
  color: #24f;
}

p {
  font-size: 120%;
}