body {
  margin: 30px 10% 30px 8%;
  background-color: white;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 1.1em;
}
ul {
  list-style: circle;
  font-size: 1.2em;
  line-height: 1.5em;
}
ol li {
  list-style: decimal;
  font-size: 1.1em;
  line-height: 1.3em;
}
address {
  line-height: 1.3em;
}
p.attention {
  font-weight: normal;
  font-size: 1.3em;
}
p.medium {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.3em;
}
p.smallprint {
  font-weight: normal;
  font-size: 0.8em;
}
p.footer {
  text-align: center;
}
p.smallfooter {
  text-align: left;
  font-size: 0.8em;
}
#left {
  float:left;
  width: 15%;
  color: white;
  padding: 0.8em;
}
h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  color: maroon;
}
h2 {
  text-align: center;
  font-weight: normal;
}
h2.section {
  font-weight: bold;
  text-align: left;
  color: maroon;
}
h3 {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.3;
}
h3.section {
  font-weight: bold;
  text-align: left;
  color: maroon;
  font-size: 1.1em;
  line-height: 0.8em;
}
h3.footnote {
  font-weight: normal;
  font-size: 0.8em
}

#news {
  width:100%;
}
#left {
  float:left;
  width: 15%;
  color: white;
  padding: 0.5em;
}
#right {
  float:right;
  width: 15%;
  color: white;
  padding: 0.5em;
}
#middle {
  margin-top: 0.2em;
  padding: 1.0em;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.3;  
}
a {
color:navy;
}
a:link {
  color: blue;
}
a:visited {
  color: navy;
}
a:hover {
  background-color:silver;
  text-decoration:none;
}

