A:link      { text-decoration: none; }
A:visited   { text-decoration: none; }
A:active    { text-decoration: none; }
A:hover     { font-weight:bold; text-decoration: underline; color: red; }
body        { margin-left: 10px; margin-right: 10px; }
c           { background-color: lightgrey; }
div.text    { font-weight: bold; color: black; }
img.thumb   { margin: 0px, 0px, 0px, 10px; }
li.text     { font-weight: bold; color: black; }
TD.boldtxt  { font-weight: bold; color: black; }
font.green  { color: green; font-size: 18pt; background-color: lightgrey; text-decoration: bold; }
font.yellow { color: yellow; font-size: 18pt; background-color: lightgrey; }
font.red    { color: red; font-size: 18pt; background-color: lightgrey; text-decoration: bold; }
td.font.green  { color: green; font-size: 18pt; background-color: lightgrey; text-decoration: bold; }
td.font.yellow { color: yellow; font-size: 18pt; background-color: lightgrey; }
td.font.red    { color: red; font-size: 18pt; background-color: lightgrey; text-decoration: bold; }
font.small  { color: black; font-size: 8pt; background-color: lightgrey; text-decoration: bold; }

font.smallsilv
{
  color: black;
  font-size: 7pt;
  background-color: silver;
}

.greytable, .greytable TD, .greytable TH
{
  background-color:lightgrey;
  color:black;
  font-weight:bold;
}
