html, input, select, table 
{ 
  font-size: 9pt; 
  font-family: Tahoma; 
  color: #003366
}
input, select 
{
  border: 1px inset #b0b0ef;
  background-color: #F2F2F2
}
button 
{ 
  font-size: 9pt; 
  font-family: Tahoma;
  font-weight: bolder;
  color: #F0F8FF; 
  background-color: #6699CC;
  border: 1px solid #b0b0ef;
  width: 160px;
  height: 25px;
}