body
{
  background-image: url("pic/bkgd.gif");
  background-repeat: repeat
}
p
{
  font-family: sans-serif;
  font-size: small;
  color: black;
  text-align: justify
}
p.center
{
  font-family: sans-serif;
  font-size: small;
  color: black;
  text-align: center 
}
p.sitetitle
{
  font-family: sans-serif;
  font-size: large;
  color: black;
  text-align: center
}
a:link
{
  color: blue;
  text-decoration: none
}
a:visited
{
  color: blue;
  text-decoration: none
}
a:hover
{
  color: blue;
  text-decoration: underline
}
td.pic
{
  border-width: 1px;
  border-style: dotted;
  border-color: gray
}
td.general
{
  background-color: white;
  padding: 10px
}
td.header
{
  background-color: white;
  padding: 0px;
}
td.footer
{
  background-image: url("pic/footer.gif");
  width: 800px;
  height: 40px;
  background-repeat: no-repeat
}
