body {
  width: 800px;
  color: #000000; 
  background-color: #ffffff; 
  font-family: Times New Roman, times, serif;
  /*  border-left: solid 8px #fff088; */
  border-left: solid 8px #f8eeac;
  margin: 0;
}

.main {
    padding: 36px;
}
A, A:link, .mast A:visited, .mast A:active {
  text-decoration: none;
  color: #333388; 
}
ADDRESS {
  border-top: solid 1px #888888;
  padding: 12px;
  background-color: #f4ead3;
  background-image: url(images/bg.jpeg);
}
H3 { 
  clear: both;
  font-family: times, serif; 
  font-size: 1em;
  color: #333333;
  border-bottom: solid 1px gray;
  margin-top: 15px;
}

h1 {
    font-size: 130%;
    text-align: center;
}

.byline {
  text-align: right;
  padding-bottom: 4px;
  border-bottom: solid 1px #888888;
  margin-bottom: 20px;
}
.heading {
    font-size: 120%;
    text-align: center;
    margin-bottom: 0;
}

.right {
    text-align: right;
}


.rightphoto {
    float: right;
    width: 280px;
    padding: 10px;
    margin: 20px 0 20px 20px;
    text-align: center;
}

.rightphoto p {
    text-align: left;
}


.plot {
    text-align: center;
}
    
