body {
  background-color: #000000;
  color: #e5d5a8;
  font-size: 13px;
  font-family: verdana, sans-serif, helvetica, arial;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
a:link {
  color: #e5d5a8;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #e5d5a8;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}
.footer {
  color: #e5d5a8;
  font-size: 10px;
  text-align: center;
}
.micro {
  color: #e5d5a8;
  font-size: 12px;
  text-align: center;
}
.small {
  color: #e5d5a8;
  font-size: 14px;
  text-align: center;
}
.medium {
  color: #e5d5a8;
  font-size: 16px;
  text-align: center;
}
.large {
  color: #e5d5a8;
  font-size: 20px;
  text-align: center;
}
.footer-left {
  color: #e5d5a8;
  font-size: 10px;
  text-align: left;
}
.micro-left {
  color: #e5d5a8;
  font-size: 12px;
  text-align: left;
}
.small-left {
  color: #e5d5a8;
  font-size: 14px;
  text-align: left;
}
.medium-left {
  color: #e5d5a8;
  font-size: 16px;
  text-align: left;
}
.large-left {
  color: #e5d5a8;
  font-size: 20px;
  text-align: left;
}