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

