BODY {
  background-image: url(images/OttawaHIDs.jpg);
  background-repeat: no-repeat;
  background-position: center top; 
  background-color: white;
  color: black;
  margin: 0px;
  font-size: 80%;
  font-family: "Arial", sans-serif;
}

h1 { 
  font-size: 22px; 
  font-weight: bold;
  color: black;
  text-align: center;
}

TABLE.main {
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 0px;
  font-size: 100%;
  border-spacing: 0px;
}

TABLE.blanktable {
  height: 350px;
}

div.whitetext {
  color: white;
}

A {
  color: blue;
}

A:hover {
  color: orange;
}

A:visited {
  color: blue;
}

P.redtext {
  color: red;
}
