body {
  background-color: black;
  color: #cccccc;  
}

A {
  color: #ffff00; 
}

A:visited.gallery {
  color: #aaaa00;
}

A:hover {
  color: #ff6600;
}

h1 {
  font-family: verdana;
  font-size: 24pt;
  color: white;
  font-weight: normal;
}

h2 {
  font-size: 14pt;
  color: white;
  font-weight: normal;  
  margin-bottom: 0px;
}

.copyright {
  font-size: 8pt;
}

#more { display: none; }

