@charset "utf-8";
nav li a {
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 16px;
  color: #e8e5e5 !important;
  font-weight: bold;
  background: #660000;
}
nav li a:hover, nav li a:active, nav li a:focus {
  color: #660000 !important;
  background: #a1a0a0 !important;
}
h1, h2, h3, h5, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #660000;
}
table, th, td {
  border: 2px solid #660000 !important;
  color: #660000;
  padding: 4px;
}
.subhead {
  display: inline;
  padding: 2px 70px;
  border-radius: 20px;
  color: #e8e5e5 !important;
  background: #660000;
}
.audio {
  clear: both;
  border: 2px solid #660000;
  max-width: 450px;
  margin: auto;
  padding: 5px;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
body {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #660000;
  background-image: url(../images/Wait-Till-The-Sun-Shines-Nellie-grey-bkgrd.gif);
  background-repeat: repeat;
  background-position: center;
}