body {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-family: verdana, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input, select {

  font-size: 10px;
}
a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #737373;
  font-weight: bold;
  text-decoration: underline;
}

.footer {
  color: #ffffff;
  font-size: 9px;
  text-align: center;
}

.small {
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

.medium {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

