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

