body {
  background-color: aliceblue;
  color: black;
  margin-left: 2em;
  margin-right: 2em
}
h1 {
  width: 730px;
  color: white;
  font-size: 1.5em;
  font-family: "Comic Sans MS";
  background-color: indigo;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  border-color: orange;
  border-style: solid;
  border-width: 3px;
  padding-left: 2em;
}
h2 {
  font-size: 1.2em;
  font-color: green;
  font family: Verdana;
  border-left-color: orange;
  border-left-style: solid;
  border-left-width: 16px;
  padding-left: 1em;
  clear: both;
}
h3 {
  font-size: 1.2em;
  color: green;
  line-height: 1.4em;
}
em {
  font-weight: bold;
  background-color: yellow;
  font-style: normal;
}
p {
  line-height: 1.7em;
  text-indent: 1em;
}
a:link {
  color: dodgerblue;
}
a:visited {
  color: darkviolet;
}
a:hover {
  color: orange;
  background-color: bisque;
}
table, th, td{
  font-size: 90%;
  line-height: 1.6em;
}
