BODY {
  background-image: url(images/HID_Ottawa.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 {
  margin: 0;
  padding: 0;
  font-size: 28px; 
  font-weight: bold;
  color: black;
  text-align: center;
}

TABLE.main {
  background-image: url(images/MiddleHIDHeadlight.png);
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 10 10 10 10;
  font-size: 100%;
  border-spacing: 0px;
}

TABLE.blanktable {
  height: 344px;
}

div.whitetext {
  color: white;
}

A {
  color: blue;
}

A:hover {
  color: orange;
}

A:visited {
  color: blue;
}

P.redtext {
  color: red;
}
