body {
  background-image: url("images/background.jpg");
  width: 900px;
  align: center;
  font-family: Book Antiqua, Times New Roman, Times, Serif;
}

a:link {
  text-decoration:none;
  color: #993300;
}

a:visited {
  text-decoration:none;
  color: #666600;
}

a:active {
  text-decoration:none;
  color: #993300;
}

.newsHeader {
  font-size: 20pt;
  font-weight: bold;
}

.readonly {
  color: #000000;
  background: #EAEAEA;
  border-bottom: 2px inset #FFFFFF;
}

.smallNumBox {
  width: 75px;
  text-align: right;
}

