BODY {
/*  background-color: #CCFF99;*/
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

A:link   { /*color: black;*/ text-decoration: underline}
A:visited{ /*color: #555555;*/ text-decoration: underline}
A:hover  { /*color: black;*/ text-decoration: none}
A:active { /*color: black;*/ text-decoration: none}

A.buttonlink {
  font-family: Comic Sans MS, Verdana, Helvetica, Arial;
  font-weight: bold;
  color: #333333;
}
A.buttonlink:link   { color: #333333; text-decoration: none }
A.buttonlink:visited{ color: #333333; text-decoration: none }
A.buttonlink:hover  { color: black; text-decoration: none }
A.buttonlink:active { color: black; text-decoration: none }


TD P, TD, P, BR, SELECT, TEXTAREA, INPUT, .usual, TH{
  font-family: Verdana, Helvetica, Arial;
  font-size: 8pt;
  color: #333333;
}
.desc {
  font-family: Verdana, Helvetica, Arial; 
  font-size: xx-small; 
  color: #333333; 
}
.error {
	font-weight: bold;
}
TD H3 {
  font-family: Verdana, Helvetica, Arial;
  font-size: x-small;
  font-weight: bold;
  text-shadow: 6px 6px 15px red;
  color: #000099;
}
TD H1 {
  font-family: Verdana, Helvetica, Arial;
  font-size: medium;
  font-weight: bold;
  text-shadow: 6px 6px 15px red;
  color: #000099;
}

.menu {
  font-family: Comic Sans MS, Verdana, Helvetica, Arial;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  background-c0olor: #DDFFDD;
  border: 1px outset;
}

div.menu a:link {text-decoration: none; color: black}
div.menu a:visited {text-decoration: none; color: black}
div.menu a:hover {text-decoration: underline; color: black}

P, H1, H2, H3 {margin-left: 10px}

.tableborder {background-color: #222222;}
.tabledata {background-color: #A8DDA0; font: 11px/15px Arial, Helvetica, sans-serif;}
.tableheader {background-color: #555555; color: white; font: bold 11px/15px Arial, Helvetica, sans-serif;}
