body {
  background-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: normal; 
}

#content {
  color: gray;
}

#middle {
  text-align:center;
}

div.left-content {
  text-align: left;
}

div.right-content {
  text-align: right;
}

.indent1 {
  padding-left: 10px;
}

.indent2 {
  padding-left: 20px;
}

table {
  color: gray;
}

a:visited {
  color: gray;
  text-decoration: none;
}

a {
  font-weight: bold;
  color: gray;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

td.left {
  width: 150px;
  text-align: right;
  border-bottom: 1px dashed gray;
  vertical-align: bottom;
}
td.right {
  width: 200px;
  text-align: center;
}

#header {
  font-size: 1em;
  text-align: center;
  color: gray;
}

#title {
  text-align: center;
  color: gray;
}

.L {
  font-size: 80px;
}

.M {
  font-size: 50px;
}

.S {
  font-size: 20px;
}

.XS {
  font-size: 15px;
}

.XXS {
  font-size: 11px;
}

#footer {
  text-align: center;
  color: gray;
}

#footer img {
  border: 0px;
  margin: 2px;
}
