A:link { color: blue }       /* unvisited link */
A:visited { color: red }   /* visited links */
A:active { color: lime }    /* active links */

BODY, TD
{
  font-size: 12pt;
}

.footer, .subtext
{
  font-size: 8pt;
}

.footer, .subtext, .fixed
{
  font-family: "Andale Mono","Verdana","Courier New","Fixed";
}

.bigtext
{
  font-family: "Tahoma", "Verdana", "Normal";
  font-size: 24pt;
}

.working
{
  font-weight: bold;
  color: red;
  background-color: #FFFFFF;
  text-decoration: blink;
}
