body {
  color: #8b0000;
  background-color: #e3a22a;
  font-family: "Times New Roman";
}
a:link, a:visited {
  color: #ff8c00; 
  text-decoration: none;
}
a:hover, a:active {
  color: #8b0000; 
  text-decoration: underline;
}
a.footer:link, a.footer:visited {
  color: #8b0000; 
  text-decoration: none;
}
a.footer:hover, a.footer:active {
  color: #8b0000; 
  text-decoration: underline;
}
img {
  border-color: #8b0000;
}
img.one {
  border-color: #8b0000;
  border-style: solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px;
}
div {
  text-align: justify;
  font-family: "Times New Roman";
  font-size: 1.2em;
}
ul {
  color: #8b0000;
  font-family: "Times New Roman";
  text-align: justify;
  font-size: 1.2em;
  text-decoration: none;
  margin-left: 14px;
}
table.main {
  background-color: white;
  border-color: #8b0000;
  border-style: solid;
  border-width: 3px;
}
table.one {
  border-color: #8b0000;
  border-style: solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px;
}