#titlebar {
  font-family : Georgia;
  font-size : 24px;
  text-align : center;
  color : #FFF;
  background-color : #000;
}
#menubar {
  font-family : Georgia;
  font-size : 16px;
  text-align : center;
  color : #FFF;
  background-color : #999;
}
#content {
  font-family : Georgia;
  font-size : 14px;
  text-align : left;
  color : #000;
  background-color : #ddd;
}
.content a:link {
  color: #000;
}
.content a:visited {
  color: #000;
}
.content td {
  text-align: left
}
#border {
  background-color : #bbb;
  text-align : center;
}
#biglink {
  text-size : 18px;
}
h1 {
  text-align: center
}
a:link, a:visited {
  color : #000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
body {
  background-color : #000;
}
td {
  text-align: center;
}