a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #9d0101;
}

a:hover
{
  text-decoration: underline;
}

td
{
  font-size: 13px;
}

select
{
  font-size: 9px;
  border-color: #123456;
  background: #ffffff;
  font-weight: bold;
}

input
{
  font-size: 9px;
  border: 1px solid #123456;
  background: #ffffff;
  font-weight: bold;
}

h1
{
  text-align: left;
  margin-bottom: 0px;
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
  color: #3a3a3a;
  margin-bottom: 12px;
}
