BODY {
  background-image: url("images/background.jpg");
}

A:link {
  color: green;
}

A:visited {
  color: "#800080";
}

H1 {
  text-align: center;
  color: red;
}

H2 {
  text-align: center;
  color: green;
}

H3 {
  text-align: center;
}

H4 {
  text-align: center;
}

HR {
  align: center;
  color: red;
  height: 3px;
  width: 100%;
  margin-top: 15px;
}

HR.plus {
  align: center;
  color: red;
  height: 3px;
  width: 100%;
  margin-top: 2px;
}

HR.small {
  align: center;
  color: red;
  height: 2px;
  width: 100%;
  margin-top: 15px;
}

HR.footer {
  color: red;
  height: 10px;
  align: center;
  width: 100%;
  margin-top: 15px;
}

TH {
  text-align: center;
}

TR {
  text-align: center;
}

OL {
  margin-top: 5px;
}

UL {
  margin-top: 5px;
}

UL LI {
  llist-style: circle;
}

.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;
}

.date {
  font-family: Arial, sans-serif;
  font-size: large;
  font-weight: bolder;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dayofweek {
  font-family: Arial, sans-serif;
  font-weight: bolder;
  font-variant: small-caps;
}

.filmname {
  font-family: Arial, sans-serif;
  font-size: larger;
  font-weight: bolder;
  font-variant: small-caps;
}

.invisible {
  visibility: hidden;
  font-size: 1px;
}
