
BODY {
  color: #000000;
  background-image: url('images/logo.png');
  background-repeat: repeat-y, repeat-x;
  font-family: sans-serif;
}

TH {
  color: #FFFFFF;
  background-color: #333333
}

TD {
  background-color: #CCCCCC
}

H1 {
  text-align: center
}

H2 {
  text-align: center
}

A:link {
  color: #009966
}

A:visited {
  color: #006633
}

A:active {
  color: #660033
}

p {
 text-indent: 1em;
 margin: .1em 0em;
}
