body{background: rgb(0,255,255);}
h1 {
  color: rgb(255, 0, 0);
  text-align: center;
  border-color: rgb(130, 0, 0);
  border-bottom-style: double;
  border-top-style: double;
  text-shadow: -2px 3px rgb(70,120,200);
  letter-spacing: 5px;
  background-color: rgb(70,200,255)
}
h2 {
  color: rgb(0, 0, 255);
  letter-spacing: 2.5px;
  text-align: center;
  text-shadow: -2px 3px rgb(120,130,250);
}
h4 {font-family: monospace;}
p {font-family: monospace;}
h5 {
  font-size: 13px;
  font-family: monospace;
}
li {
  margin-left: 100px;
  margin-right: 100px;
}
.tbc_menu {border-bottom-style: double;}
.title{
  color: rgb(0,50,200);
  text-shadow: -2px 3px rgb(75,180,200);
}
.heading {
  text-align: right;
  font-family: fantasy;
}
.credit {
  text-align: right;
  font-family: fantasy;
}
.center_text {text-align: center;}
.text_right {text-align: right;}
.last_updated {
  text-align: right;
  font-family: fantasy;
  font-size: 14px;
}
#center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#float_right {float: right;}
#margins {
  margin-left: 100px;
  margin-right: 100px;
}
#copyright{
  font-family: inherit;
  font-style: italic;
  font-size: 14px;
}