.wrapper {
  width: 500;
  padding: 0;'
}

.header {
  width: 500;
  height: 243;
  background-image: url(http://www.theennead.com/ennead.jpg);
  background-repeat: no-repeat;
}

.title {
  margin-top: 30;
  margin-left: 70;
  color: #735552;
  font: 28px Georgia, Times, Times New Roman, times, serif;
  font-weight: bolder;
  text-align: left;
}

.content {
  width: 100%;
  background-color: #735552;
}

.page {
  width: 85%;
  text-align: left;
  padding: 8px;
  background-color: #fff5ed;
  font: 16px Georgia, serif;
  color: #333;
  border: 4px double #333;
}

p {
  margin-left: .5em;
  margin-right: .5em;
}

.start {
  margin-top: 1em;
}

.brown {
 margin-top: 1em;
 color: #735552;
 font-weight: bold;
} 

.list {
  margin-left: 1.5em;
  margin-right: 2em;
}

a {
  color: #735552; 
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #735552; 
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #735552; 
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #735552; 
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #fff5ed;
  background: #735552;
  font-weight: bold;
  text-decoration: none;
} 






