.page {
  background-color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #DDDDFF;
}

.frame {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.information {
  width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link {
  font-size: 14pt;
}

.text {
  font-size: 12pt;
}

.update {
  font-size: 8pt;
}

a:link {
  text-decoration: none;
  color: #DDDDFF;
}

a:visited {
  text-decoration: none;
  color: #AAAADD;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

a:active {
  text-decoration: none;
  color: #AAAADD;
}

a:focus {
  text-decoration: none;
  color: #FF0000;
}

