body {
  margin: 0;
  padding: 0;
  background-color: #CCCC99;
  color: black;
  font: small Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-family: Palatino, Times;
  color: #000066;
  font-size: 23px;
  text-decoration: underline;
 }

h2 {
  font-family: Palatino, Times;
  font-size: 18px;
  line-height: 19px;
  font-style: italic;
  margin: 0px;
  padding: 0px;
}
  
h3 {
  font-family: arial;
  font-size: 10px;
} 
h4 {
  font-family: Palatino, Times;
  font-size: 14px;
  font-style: italic;
} 
h5 {
  font-family: arial;
  font-size: 13px;
  font-style: italic;
}  
h6 {
  font-family: arial;
  font-size: 13px;
  font-style: bold;
} 
#wrapper {
  width: 900px;
  height: 540px;
  background-color: #FFFFFF;
  margin-top: 50px;
  margin-left: auto;
  margin-right:auto;
  padding: 20px;
  border-style: solid;
  border-color: #000066;
  border-width: 5px;
 }
#navbox {
  width: 800px;
  background-color: #FFFFCC;
  padding: 5px 20px 5px 20px;
  border-style: solid;
  border-color: #000066;
  border-width: 1px;
  }
 p.dreamheader {
 margin-bottom: 4px;
}
p.body { 
  margin-bottom: 2px;
  }
 
p.subhead { 
  margin-bottom: 2px;
 }
 #addressbox {
  background-color: #CCCC99;
  padding: 10px;
  border-style: solid;
  border-color: #000066;
  border-width: 1px;
 }
 #nav li {
  display: inline;
 }
 #nav a:link, #nav a:visited {
text-decoration: none;
color: #000066;
 }
  #flash {
  position: absolute;
  top:155px;
  left: auto;
  margin-top: 20px;
  width: 350px;
  height: 360px;
  padding: 10px;
  }
  #rtbar {
  top: 0;
  float: right;
  width: 450px;
  height: 360px;
  padding: 10px 50px 10px 10px;
  }
  #btmtxt {
  size: 7px;
  position: absolute;
  top: 590px
  }
  #btmtxt li {
  display: inline;
 }
 #nav a:link, #nav a:visited {
text-decoration: none;
color: #000066;
 }