body {
  color: #def;
  background: #222;
  text-align: center;
}

a { text-decoration: none; }
a:link, a:visited, a:active { color: lime; }
a:hover { color: yellow; }
img { border: none; }

h1 {
  border: 3px solid;
  border-radius: 16px;
}

h1 .subtitle {
  display: block;
  font-size: medium;
  font-weight: normal;
}

h1,h3 {
  font-weight: bold;
  font-family: sans;
}

h4 {
  font-style: italic;
  text-decoration: underline;
}

.menu {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.menu .heading {
  font-weight: bold;
}

.menu a {
  display: block;
}