body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: yellow;
  text-align: center;
}

H1 {
  color: yellow;
}

H3 {
  color: yellow;  
}

HR {
  width: 800px;
}

a:visited  { color: white; }
a:link  { color: yellow; font-weight: bold; }
a:active  { color: yellow; background-color: blue; font-weight: bold; }
a:hover { color: yellow; font-weight: bold; background-color: blue }

BLOCKQUOTE {
  clear: both;
  align: center;
  text-align: center;
  padding-top: 10px;
  font-size: .9em;
}

#page-container {
  margin-left: auto; 
  margin-right: auto;
  margin: 0px auto;
  width: 900px;
  text-align: left;
}

.SiteHeader {
  clear: both;
  align: center;
  text-align: center;
  font-family: Bauhaus 93, Arial;
  background-color: blue;
  color: yellow;
  font-size: 40px;
  font-weight: bolder;
  padding-bottom: 5px;
  width: 800px;
  border: 20px;
  border-color: grey;
  border-style: outset;
}

.SiteSubHeader {
  align: center;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 800px;
  padding-left: 36px;
    
}

.TopMemoComent {
  clear: both;
  align: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

.HorizontalHeaderMenu {
  text-align: center;
  font-size: 13;
  padding-top: 20px;
  padding-bottom: 5px;
}

.thumbnailMessage {
  color: yellow;
  font-size: xx-small;
  text-align: center;
  padding-top: 20px;  
}

.CopyrightMessage {
  color: yellow;
  font-size: xx-small;
  text-align: center;
  padding-top: 20px;  
}

.MyImage {
  width: 900px;
}

#albumlist {
  list-style-type: none;
  /* used this to centre the photo list - else it went too far to the right of everything else on page */
  margin-left: -30px;
}

#albumlist li {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
  font: bold .8em Arial, Helvetica, sans-serif;
  text-align: center;
}

#albumlist img {
  display: block;
  border: 1px solid #333300;
}

.BottomMemoComent {
  clear: both;
  align: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: .9em;
}
