body {
  background-color: #ffc;
  font-family: "Arial", sans-serif;
  font-size: medium;
  color: #050;
}
img {
  border: 1px solid #000;
}

#ProperTitle {
  font-style: italic;
}

#Header1 {
  font-family: "Times New Roman", serif;
  text-align: center;
  font-size: x-large;
  font-weight: bold;
}
#Header2 {
  font-family: "Times New Roman", serif;
  font-size: large;
  font-weight: bold;
}
#Header3 {
  font-family: "Times New Roman", serif;
  text-align: center;
  font-size: large;
  font-style: italic;
}
#Note {
  font-size: x-small;
  font-style: italic;
}
#Indent {
  margin-left: 20px;
}
#EventDate {
  text-decoration: underline;
}

#Navbar {
  margin: 0px;
  padding: 10px;
  font-family: "Times New Roman", serif;
  font-size: small;
  font-weight: bold;
  background-color: #b80;
  color: #fff;
}
#Navbar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#Navbar li {
  line-height: 1.2;
  padding: 0px;
  padding-left: 3px;
  background-color: #151;
  margin: 1px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}
#Navbar a {
  color: #eee;
  text-decoration: none;
  background-color: #151;
  display: block;
  width: 100%;
  text-align: center;
}
#Navbar a:hover {
  background-color: #0af;
  color: #333;
}

#Separator {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#Fullsize {
  position: absolute;
  top: 10%;
  left: 0px;
  right: 0px;
  height: 65%;
  text-align: center;
  overflow: auto;
}
#Thumbline {
  position: absolute;
  bottom: 20%;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  left: 0px;
  right: 0px;
}
#Thumbs {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20%;
  overflow: auto;
}
#Thumbs img{
  cursor: pointer;
}