body {
  background-color:#ffffff;
  color:#000000;
  font-family:Calibri,Tahoma,Verdana,Sans-serif;
  font-size:15px;
  margin: 0px;
}
div.backing {
/* background: #ffffbd url('images/backing.png') repeat left top; */
  margin: 0px 0px 0px 0px;
  line-height: 200px;
  color:#aaa;
}
div.body {
  margin:-200px auto 0px auto;
  width:66%;
  line-height:19px;
  font-size:16px;
}
img.logo {
  border: 0px none;
  margin:0;
  padding:0;
}
div.menu {
  line-height: 30px;
  background:#333;
  color:white;
  text-align: center;
  width:100%;
}
div.menu a {
  color:white;
  background:#333;
  font-weight:bold;
  text-decoration:none;
}
h1 {
  font-size: 45px;
  line-height: 150px;
  margin: 0px;
}
h2 {
  font-size: 25px;
  font-style:italic;
}
div#mast-head {
  font-size:90px;
  font-weight:bold;
  color:#555;
  line-height:150px;
}
h1 {
  color:#333;
  line-height:40px;
  font-size:30px;
}
table.family {
  align: centre;
  margin-left: auto;
  margin-right: auto;
}
td img {
  border:none;
}
a {
  color:green;
}
p.sponsorline, div.menu {
  font-size:90%;
}
fieldset {
  border: none;
}
/*
.hidden {
  display: none;
}*/
.valbox {
  margin: 0;
  font-size: 90%;
  line-height: 24px;
  background-color: #ffe6a7;
}
div#report {
  fonr-family: "Courier New", courier, monospace;
  margin-top: 8px;
  background-color: #eee;
}
div.FATAL, div.ERROR {
  color: white;
  background-color: #a00;
}
div.WARN {
  background-color: yellow;
}