body {
  padding-left: 5em;
  font-family: Arial;
  background-color: #000033;
 }
h1 {
  display: block;
  float: left;
  font-family: "Monotype Corsiva",Arial;
  font-size: 26px;
  font-weight: normal;
  color: #e4df40;
  height: 30px;
  margin:0;
  padding-right:5px;
}
h2 {
  font-family: Arial;
  font-size: 20px;
  color: #FFFFFF;
  text-align:center;
}
p {
  font-family: Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-align:left;
}
p.center {
  font-family: Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-align:center;
}
p.book {
  font-family: Arial;
  font-size: 18px;
  color: red;
  text-align:center;
}
p.nav {
  white-space : nowrap;
  font-family: Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-align:left;
}
p.mtv {
  display: block;
  float: left;
  font-family: "Monotype Corsiva",Arial;
  font-size: 26px;
  font-weight: normal;
  color: #e4df40;
  height: 30px;
  margin:0;
  padding-left:0;
}
a:link, a:visited {
  white-space : nowrap;
  text-decoration: none;
  color: #e4df40;
}
a:hover, a:active {
  text-decoration: underline overline;
  background: #e4df40;
  color: black;
  cursor:pointer;
}
a img {border: none; }
a.image:hover {background: #000033; }
p.stripe {padding: 0px 10px 0px; }