body, td, th, li, p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}

body {
  background-color: black;
  color: #fff;
}

.footer {
  font-size: 85%;
  text-align: center;
  padding-top: 15px;
}

h1 {
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
}

img.picright {
  float: right;
  width: 204;
  margin: 10px;
  border: 1px solid #ccc;
}

img.picleft {
  float: left;
  width: 204;
  margin: 10px;
  border: 1px solid #ccc;
}

img.mosaic {
  margin-left: auto;
  margin-right: auto;
  margin: 10px;

}

div.mosaic {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  	
}

div.mosaic p {
  text-align: left;
}

dt {
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
}

a, a:visited {
  color: white;
  background-color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active, a:selected {
  text-decoration: underline;
}

#gallery img {
  margin: 5px;
}

#gallery {
  background-color: white;
  color: black;
}

.display table {
  margin-bottom: 15px;
  background-color: #333;
}