 body {
  background-color: cccc99;
  color: black;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-hight: 0;
  margin-bottom: 0;
}
h1 {
  color: white;
  background-color:olive;
  font-size: 2.0em;
  font-style: italic;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom:0.5em;
}
h2 {
  background-color:ccff99;
  font-size: 1.2em;
  font-family: verdana;
  border-color: green;
  border-style: solid;
  border-width: 1px;
  padding-left: 0.5em;
}
h3 {
  color: white;
  background-color:orange;
  font-size: 2.0em;
  font-style: italic;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom:0.5em;
}
em {
  font-weight: bold;
  color: red;
}
p {
  line-height: 1.3em;
  text-indent: 1em;
}
a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
