body {
  color: #000000;
  background-color: #7f7efd;
  font-size: 12px;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  width: 800px;
  text-align: left;
  margin-left: auto; margin-right: auto;
}
h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 5px;
}
h2 {
  text-align: left;
  color: #850c1d;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h3 {
  text-align: left;
  color: #850c1d;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h4 {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
a:link, a:visited {
  color: #0000ee;
  text-decoration: none;
  font-style: normal;
}
a:active, a:hover {
  color: #0000ee;
  text-decoration: underline;
  font-style: normal;
}
.center {
  text-align: center;
}
.darkblue {
  color: #0000ff;
}
.rose {
  color: #ff00aa;
}
.ruby {
  color: #850c1d;
}
.turquoise {
  color: #00ffff;
}
.white {
  color: #ffffff;
}
img.photo {
  border: 4px solid rgb(133, 12, 29);
  margin: 4px;
}
/* Add td, tr, etc. to classes below? Use id instead!? */
#hdr {
  text-align: center;
  background-color: rgb(106, 174, 209);
  width: 800px;
}
#hdr_image {
  text-align: left;
}
#hdr_top_right {
  color: #850c1d;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
#hdr_center {
  color: #ffffff;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
}
#hdr_bottom {
  color: #850c1d;
  font-size: 18px;
}
#hdr_bottom a {
  color: #850c1d;
  text-decoration: none;
}
#hdr_bottom a:hover {
  color: #850c1d;
  text-decoration: underline;
}

/* TEST THIS ON ALL PAGES.  PROBABLY NEED TO ADD MORE STYLES HERE: */
@media print {
  body {
    color: #000000; background-color: #FFFFFF;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
  }
  .darkblue, .rose, .ruby, .turquoise, .white {
    color: #000000
  }
}
