HTML {
  margin: 0; 
  padding: 0;
  font-family: Candara, sans-serif;
}

BODY {
  margin: 1em 8% 1em 8%;
}

A {
  color: #990000;
}

H1, H2, H3 {
  color: #990000;
  font-family: Roboto, Arial, sans-serif;
}

TABLE {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}

TABLE.data TD {
  vertical-align: top;
}

TH {
  text-align: left;
}

INPUT.button {
  width: 125px;
}

P.error {
  color: red;
}

TD.label {
  width: 110px;
}

LI {
  list-style: square;
}

INPUT.stext {
  width: 75px;
}

INPUT.mtext {
  width: 150px;
}

INPUT.ltext {
  width: 300px;
}

.comments {
  width: 600px;
}
