BODY *{
  font-family: verdana;
  font-size: 12px;
}
H1{
  font: bold 20px arial;
  margin-bottom: 5px;
  color: #0000ff;
}
H2{
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #0000ff;
  margin-bottom: 10px;
  padding: 3px;
}
H3{
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
P.err{
  color: #CC0000;
  font-weight: bold;
  font-size: 13px;
}
#params TABLE{
  border: 1px solid #666666;
  background: #EDEDED;
}
#params TH{
  font-size: 13px;
  background: #666666;
  color: #FFFFFF;
}
#calculate_btn{
  padding: 10px;
}
#powered_by, #powered_by *{
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
  color: #BBBBBB;
  text-decoration: none;
}
#summary{
  margin-bottom: 25px;
}
#schedule TD{
  background: #EDEDED;
}
#schedule TH{
  font-size: 13px;
  background: #666666;
  color: #FFFFFF;
}

a:link, a:visited {color: #0000ff; text-decoration: underline;}
a:hover {color: #0000ff; text-decoration: none;}
a.head:link, a.head:visited {font-size: 16px;}
a.head:hover {font-size: 16px;}
img {border: solid 1px #666666;}
hr {border: 1px solid #0000ff;}