H1 {
  background-color: #ffc0a2; 
  color:#5e2f2f;
  font-size: larger;
  font-weight: bold;
  width: 99%;
  padding-left: 1em;
  clear: both;
}
H2 {
  background-color: #ffc0a2; 
  color:#af5f5f;
  font-size: larger;
  font-weight: bold;
  width: 80%;
  padding-left: 1em ;
  margin-top: 3em;
  clear: both;
}
BODY {
  background-color: #ffffff;
  color: #800000;
  font-family: Arial;
  font-size: 12pt;
  padding: 1.5em 2em 1em;
}

P {
  width: 98%;
}
A:link, A:visited, A:active {
  color: #ff8102;
}
 .quote {
  font-size: medium;
  font-family: "Times New Roman",Times;
  font-style: italic;
}

.quote STRONG {
  font-family: Arial;
  font-size: smaller;
  font-style: normal;
}

UL {
  list-style-type: none;
}

LI {
  margin-bottom: 1em;
  text-align: left;
  font-size: smaller;
  font-weight: bold;
}
LI A:link, LI A:visited, LI A:active {
  color: #800000;
}

.enc IMG {
  padding: 1em;
  float: left;
}
.right {
  padding: 1em;
  float: right;
  clear: right;
}
.left {
  padding: 1em;
  float: left;
  clear: left;
}
.caption {
  font-size: smaller;
  text-align: center;
}
CAP {
  font-family: times;
  font-size:   x-large;
}

.bottom {
  font-size: smaller;
  text-align: center;
  margin-top: 1em;
  clear: left;
}

.copyright {
  border-top: 2em;
  color: #909090;
  font-size: 0.5em;
  text-align: center;
  clear: both;
}
