body {
  background-color: #FFFFFF;
  font-family: Bookman Old Style, Georgia, Arial, Verdana;
  font-size: 16px;
  color: #333300;
  scrollbar-face-color: antiquewhite;
  scrollbar-highlight-color: darkorange;
  scrollbar-3dlight-color: yellow;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: antiquewhite;
  scrollbar-arrow-color: blue;
  scrollbar-track-color: lightyellow;
}

a {
  color: #333300;
  text-decoration: underline;
}

a:hover {
  color: #A52A2A;
  text-decoration: none;
}
a:link {
  color: #CC3300;
  text-decoration: none;
}
a:visited {
  color: #F99191;
  text-decoration: none;
}
a:active {
  color: #FF3300;
  text-decoration: none;
}

h1 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 36px; color: #CE503E }
h2 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 24px; color: #A52A2A }
h3 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 24px; color: #A52A2A }
h4 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 14px; color: #A52A2A }
h5 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 14px; color: #A52A2A }
h6 { font-family: Bookman Old Style, Georgia, Arial, Verdana; font-size: 8px; color: #A52A2A }

hr {
  color:brown;
  background-color:tan;
  width:90%;
  height:2px;
}

table {
  font-family: Bookman Old Style, Georgia, Arial, Verdana;
  font-size: 16px;
  color: #000000;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.note {
  font-family: Bookman Old Style, Georgia, Arial, Verdana;
  font-size: 16px;
  color: purple;
  font-weight: bold;
}

