BODY {
  background-color: #fff;
  font-family: verdana;
  color: #333;
}

A:link, A:visited, A:active {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
  
A:hover {
  text-decoration: none;
  color: #c30;
  font-weight: bold;
}

P { 
 font-size: 80%;
 margin-left: 5px;
 margin-right: 5px;
}

#u01 { font-weight: bold; color: #333; }

#u02 { color: #c30; font-weight: bold; }

#u03 { font-size: 60%; color: #666; }

.input {
 font-family: verdana;
 font-size: 80%;
 color: #333;
 width: 70%;
}

TD.tabletext {
 padding-bottom: 5px;
}

SPAN.smallText {
 font-size: 80%;
 color: #666666;
}