BODY {
  background-image: url("images/background.jpg");
}

A:link {
  color: blue;
}

A:visited {
  color: "#800080";
}

H1 {
  text-align: center;
  color: brown;
}

H2 {
  text-align: center;
}

H3 {
  text-align: center;
}

HR {
  align: center;
  width: 98%
}

HR.big {
  align: center;
  width: 100%;
  text-height: 10pt;
}

HR.medium {
  align: center;
  width: 85%;
  text-height: 10pt;
}

HR.small {
  align: center;
  width: 75%;
}

TH {
  text-align: center;
}

TR {
  text-align: center;
}

.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.black {
  color: black;
}

.underline {
  text-decoration: underline;
}

TH.context {
  text-align: center;
  border-width: 10px;
  border-color: #AE9472;
  border-style: inset;
  background-color: #AE9472;
}

TD.context {
  text-align: center;
  border-width: 10px;
  border-color: #AE9472;
  border-style: outset;
  background-color: #AE9472;
}
