a:link  {
  color: white text-decoration: underline;
  }
a:visited {
  color: white text-decoration: underline;
  }
a:hover {
  color: silver text-decoration: none;
}
a:active {
  color: white text-decoration: underline;
}

.message {
  color: orange;
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px;
}

.text {
  color: white;
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px;
}

.header {
  background-color: black
  border-color: #008000;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}

.header_sub {
  background-color: darkgreen;
  border-color: #AAAAAA;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  text-align: left;
}

.content {
  background-color: black
  border-color: #AAAAAA;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
}

.footer {
  background-color: black
  border-color: #AAAAAA;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}

.form {
  border-color: black
  border-style: solid;
  border-width: 1px;
  font-family: Tahoma;
  font-size: 11px;
}

.form_button {
  background-color: #008000;
  border-color: white
  border-style: outset;
  border-width: 2px;
  font-family: Tahoma;
  font-size: 11px;
}

hr {
  color: #EEEEEE;
  height: 1px;
}

