.main {
  font-family: Arial;
}

.menu {
  width: 100%;
  margin: 1em 0;
  padding: 0px 0.5em;
  background: #eee none;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li {
  margin: 0;
  padding: 0;
  float: left;
  width: 19%;
  text-align: center;
}

.version {
  font-size: 125%;
  font-weight: bold;
}

.subtitle {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-style: italic;
}

.desc {
  font-size: 75%;
}

.title {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 250%;
  color: #000;
}

a:link {
  color: #555;
  background: transparent;
  text-decoration: underline;
}

a:visited {
  color: #555;
  background: transparent;
  text-decoration: underline;
}

a:active {
  color: #333;
  background: transparent;
  text-decoration: underline;
}

a:hover {
  color: #333;
  background: #e0e0e0;
  text-decoration: underline;
}