#main {
  text-align: center;
  width: 80%;
}
.label {
  background: #186921;
  border: ridge 1px;
  text-align: right;
  vertical-align: top;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
a {
  text-decoration: none;
}
em {
  font-size: 10px;
}
input {
  font-size: 10pt;
  background: #186921;
  color: #ffffff;
}
select {
  font-size: 10pt;
  background: #186921;
  color: #ffffff;
}
textarea {
  font-size: 10pt;
  background: #186921;
  color: #ffffff;
}
td {
  font-size: 9pt;
}