body {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  background-color : #ffefd6;
  margin-bottom : 250px;
  padding : 15px;
  scrollbar-face-color: #ffefd6;
  scrollbar-shadow-color: #ffefd6;
  scrollbar-highlight-color: #800000;
  scrollbar-3dlight-color: #ffefd6;
  scrollbar-darkshadow-color: #800000;
  scrollbar-track-color: #eacaa4;
  scrollbar-arrow-color: #800000;
}
td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
}
hr {
  color : maroon;
}
h1, h2, h3, h4 {
  font-weight : bold;
  color : maroon;
  text-align : center;
  text-transform : uppercase;
}
h1 {
  font-size : 24px;
  letter-spacing : 5px;
}
h2 {
  font-size : 18px;
}
h3 {
  font-size : 16px;
}
h4 {
  font-size : 14px;
}
p, div {
  text-align : center;
}
ol {
  list-style-type : upper-roman;
  margin-left : 36%;
}
.table1 {
  background-color : #ffefd6;
  background-image : url("background.png");
  background-position : bottom;
}
.comment, .footnote {
  font-size : 10px;
  margin-bottom : 5px;
}
.comment {
  text-align : center;
}
.footnote {
  text-align : left;
  text-indent : -16px;
  margin-left : 10%;
}
a:hover, {
  color : black;
  text-decoration : underline;}
a:visited {
  color : black;
  text-decoration : none;}
a:link {
  color : black;
  text-decoration : none;}
