body,.PictureText {
  font-family: Tahoma, Arial, Helvetica, Sans Serif;
  font-size: 11pt;
  color: #ccc; 
  background-color: black; 
  margin-left:40;
}

H1,.PageHead {
  font-size: 32px;
  border-bottom: 3px solid #888;
  margin: 2px;
}

.SlideFrame {
  position:absolute;
  width:810px;
  height:810px;
  filter:progid:DXImageTransform.Microsoft.fade(duration=3);
  zoom:100%;
  cursor: hand;
}

#Subtitle,.PageSubhead {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin: 2px;
}

.PictureFrame {
  font-style: italic;
  font-size: 10px;
}
#Info {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin: 2px;
}

.slide {
  color: #444;
  background-color: #ccc;
  border-left: 1px solid #eee;
  border-top:  1px solid #eee;
  border-bottom: 1px solid #888;
  border-right:  1px solid #888;
}

.slide .inset {
  padding: 4px;
  color: #444;
  background-color: #aaa;
  border-left: 1px solid #888;
  border-top:  1px solid #888;
  border-bottom: 1px solid #eee;
  border-right:  1px solid #eee;
}
    
.slide .label {
  font-size: 12px;
  color: #222;
}

.slide a:link {
  color: #444;
}
.slide a:visited {
  color: #666;
}
.slide a:hover {
  color: #000;
}

a:link {
  color: white;
}
