body { background-color: White;  color: Black;  }

a:link { text-decoration: none; font-weight: bold; color: #000000; }
a:visited { text-decoration: none; font-weight: bold; color: #000000; }
a:active { text-decoration: none; font-weight: bold; color: #000000; }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #000000; }

p { font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px;  }

p.errnumber { font-size: 24px; font-weight: bold; }
p.infotext { font-size: 18px;  font-weight: bold;  }
p.copyright { font-size: 10px; font-weight: italic; }
p.other { font-family: Courier new, Courier, mono; font-size: 14px; }

table.outertable { border: thin dashed Black; }


