 body { font-family: verdana, sans-serif; font-size: 12px; text-align: center; }
 li, td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	vertical-align: middle;
 }
 textarea, input {font: 1em Arial, Helvetica, sans-serif; }
 hr        { color: blue; text-align: center; }
 a:link    { color: blue; text-decoration: none; font-weight: bold; }
 a:visited { color: blue; text-decoration: none; font-weight: bold; }
 a:active  { color: blue; text-decoration: none; font-weight: bold; }
 a:hover   { color: red; text-decoration: none; font-weight: bold; }
.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; }
.border    { text-decoration:underline overline; }

