html, body {
  height: 100%;
  color: #216b52;
  background: #abc7b0;
  margin: 0;
}
body {
  font-family: Arial,Verdana,Helvetica,sans-serif;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: left;
}

img { margin: 0; }


A:link {text-decoration: underline; color: #216b52; }
A:visited {text-decoration: none; color: #216b52; }
A:active {text-decoration: none; color: #216b52; }
A:hover { text-decoration: none; color: #216b52; }

P { text-align: left; margin: 0%; }
P.center { text-align: center; margin: 0; }
P.top { font-size: 26px; margin-bottom: 0px; color: #a0421e; width: 800px; }
P.top img { width: 800px; height: 296px; }
P.heading { color: #a0421e; background-color: #9aafa0; font-size: 22px; width: 800px; padding-top: 5px; padding-bottom: 5px; }
P.body { font-size: 16px; padding-top: 20px; }
p.quote { font-size: 14px; color: #a1411d; }
div.attribution { font-size: 14px; color: #a1411d; text-align: right; }
HR.quote { 
  color: #a1411d; 
  height: 2px; 
  background-color: #a1411d; 
  border: 0; 
  margin: 0; 
  margin-bottom: 5px;

}

