body {
  color: #700000;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 125%;
}

input {
  font-size: 1em;
}

li {
  margin: .5em;
}

td.regular {
  font-size: 1.5em;
}

td.mid {
  font-size: 2em;
}

td.big {
  font-size: 3em;
}

td.fancy {
  font-size: 13em;
  font-family: georgia, serif;
  font-style: italic;
  color: #600000;
}

td.lilfancy {
  font-size: 8em;
  font-family: georgia, serif;
  font-style: italic;
}

td.left {
  text-align: left;
  vertical-align: top;
}

td.right {
  text-align: right;
  vertical-align: top;
}

td.top {
  vertical-align: top;
}

span.bold {
  font-weight: bold;
}

span.red {
  font-weight: bold;
  color: red;
}

span.lil {
  font-size: .75em;
}

span.mid {
  font-size: 1.5em;
}

span.oneFive {
   font-size: 1.5em;
}

span.italic {
  font-style: italic;
}

span.serif {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.15em;
}