body {
  background-color: #FFFFFF;
  background-image: url(../graphics/marble.gif);
}
.regular {
  color: #000000;
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.title {
  color: #000000;
  font-family: Snap ITC, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
}
.header {
  color: #000000;
  font-family: Snap ITC, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
}
.sites {
  color: #000000;
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 18px;
}
.things {
  font-family: Snap ITC, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.typed {
  font-family: Courier New, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.parentheses {
  font-size: 13px;
}
.copy {
  font-size: 13px;
  text-align: center;
}
.red {
  color: #FF0000;
}
.gone {
  color: #FF0000;
  text-decoration: line-through;
}
a {
  color: #0000FF;
  text-decoration: none;
}
a:visited {
  color: #000092;
}
a:active {
  color: #000092;
}
a:hover {
  color: #0092FF;
}
a:focus {
  color: #000092;
}
