BODY {
  background-color:#66ccff;
  color:gray;
  font-family:"Verdana";
}
a:link,:visited{color:tomato;text-decoration:none;}
:hover {color:tomato;text-decoration:none;}
.param1 {
  border-width:thin;
  border-style:solid none;
  background-color:gold;  
  border-color:white;
  font-size:18pt;
  width:590;
}
.param2 {
  border-width:thin;
  border-style:solid;
  border-color:white;
  font-size:13px;
}
