body, table, td {
  font-size: 10pt;
  }
a {
  color: #890a01;
  }
a:hover {
  color: #ff0000;
  }
a.navigation {
  color: #890a01;
  font-weight: bold;
  text-decoration: none;
  }
a.navigation:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
  }
table.table {
  background-color: #cccccc;
  width: 450px;
  }
h3 {
  color: #ff0000;
  }
input.input, textarea.input, select.input {
  background-color: #eeeeee;
  color: #890a01;
  }
input.button {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  }
td.title {
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  }
p.success {
  background-color: #009900;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
  }
p.failure {
  background-color: #ff0000;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
  }
