
BODY {
  background-image: url(images/OttawaWeddingDirectory.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: 16px; 
  font-weight: bold;
  color: black; 
}

h2 { 
  font-size: 100%; 
  font-weight: bold;
  color: black;
}

TABLE.toplogo {
  background-image: url(images/WeddingDirectoryOttawa.jpg);
  background-repeat: repeat-x;
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 0px;
  font-size: 100%;
  border-spacing: 0px;
  height: 88px;
}

TABLE.menu {
  background-image: url(images/OttawaWeddingServices.jpg);
  background-repeat: repeat-x;
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 0px;
  font-size: 100%;
  border-spacing: 0px;
  height: 31px;
}

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

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

TABLE.bottomline {
  background-color: #D3D3D3;
  height: 2px;
}

TABLE.highlighted {
  background-color: #F2EDE7;
  border-color: #D3D3D3;
  height: 2px;
  font-size: 100%;
  border-width: 0.5px;
}

TD.divider {
  background-image: url(images/Divider.jpg);
  background-repeat: repeat-y;
  height: 100%;
}

A {
  color: #490925;
}

A:hover {
  color: orange;
}

li.highlightedtext {
  color: #D3D3D3;
}
