h1 {
  font-size: 22px; 
  font-weight: bold; 
  word-spacing: 3px;
}
h2 {
  font-size: 19px; 
  font-weight: bold; 
  word-spacing: 2px; 
  color: #eeaa99; 
  padding: 0px; 
  margin: 25px 0px 25px 0px;
}
h3 {
  font-size: 17px; 
  font-weight: bold; 
  word-spacing: 2px; 
  color: #cc8877; 
  padding: 0px; 
  margin: 25px 0px 0px 0px;
}
body, td, li {
  font-family: georgia; 
  font-size: 13px; 
  word-spacing: 2px; 
  color: #ffffff; 
  line-height: 20px;
}
p {
  font-family: georgia; 
  font-size: 13px; 
  word-spacing: 2px; 
  color: #ffffff; 
  line-height: 20px;
  padding-bottom: 5px;
}
.photo {
  border-style: solid; 
  border-color: #8e1517; 
  border-width: 2px; 
  margin: 30px 0px 5px 0px;
}
.photo2 {
  width: 200px; 
  height: 150px;
  float: left; 
  border-style: solid; 
  border-color: #8e1517; 
  border-width: 2px; 
  margin: 5px 25px 20px 5px;
}
a, a:link, a:hover, a:visited, a:active {
  color: #ff8877;
}
.rule {
  width: 300px; 
  height: 1px; 
  margin: 20px auto 20px auto;
  border-bottom: solid 2px #8e1517;
}
.otherstufflist {
  margin: 20px 0px 30px 0px;
}
.otherstufflist li {
  margin-bottom: 8px;
  font-size: 15px;
}
.otherstufflist a {
  font-weight: bold;
}
.whitelink_nounderline {
  color: #fff;
  text-decoration: none;
}
.whitelink_nounderline a:link a:hover a:visited a:active {
  color: #fff;
  text-decoration: none;
}
h1 a {
  color: #fff;
  text-decoration: none;
}
h1 a:link a:hover a:visited a:active {
  color: #fff;
  text-decoration: none;
}
.white {
  color: #fff;
}
