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