BODY {
  background-color:#66ccff;
  color:gray;
  font-family:Verdana;
  text-align:center;
}
A:link,A:visited {
  color:gray;
  text-decoration:underline;
}
A:hover {
  color:tomato;
  text-decoration:none;
}
TABLE.param1 {
  table-layout:fixed;
  width:590;
  background-color:#66ccff;
  font-size:14px;
  font-weight:bolder;
}
TD {text-align:left;
    }
