 body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   text-align: center; }
 li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 }
 hr        { color: #003300; text-align: center; }
 a:link    { color: #003300; font-weight: bold; }
 a:visited { color: #003300; font-weight: bold; }
 a:hover   { color: green; text-decoration: none; font-weight: bold; }
 a:active  { color: green; text-decoration: none; font-weight: bold; }

a.green_bkgd:link { color: #E7D2AD; text-decoration: none; }
a.green_bkgd:visited { color: #E7D2AD; text-decoration: none; }
a.green_bkgd:active { color: #E7D2AD; text-decoration: none; }
a.green_bkgd:hover { color: #E7D2AD; text-decoration: underline; }

.err       { text-align: center; color: red; font-weight: bold; }
.warn      { text-align: center; color: magenta; font-weight: bold; }
.ok        { text-align: center; color: green; font-weight: bold; }

