
body {
  color: white;
  background-color: black;
}

a:link {
  color: #ff9966;
}

a:hover {
  color: #ffcc99;
}

a:visited {
  color: red;
}

h1 {
  text-align: center;
  font-family: Times New Roman,Times,serif;
}

h2 {
  font-size: 100%;
  text-align: center;
  font-family: Times New Roman,Times,serif;
}

p.PageSubTitle {
  font-size: small;
  text-align: center;
  color: #ff9966;
}

div.PicturePanel {
  overflow: auto;
  width: 100%;
}

img.PicturePanel {
  padding: 10px;
  float: left;
  width: 50%;
}
img.VertPic {
	width:30%;
	padding:10px;
	float:left;
}

h1.PicturePanel {
  padding: 50px 5px 5px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 100%;
}

p.Caption {
  text-align: center;
  font-size: 80%;
}

