h1 {
  text-align: center;
  background-color: #333333;
  font-size: x-large;
}
h2 {
  font-size: larger;
  font-weight: bold;
  color: #cccccc;
  background-color: #666666;
  text-align: center;
  float: none;
  position: relative;
  z-index: 100;
}
h3 {
  color: #cccccc;
  text-align: center;
  font-size: smaller;
  background-color: #333333;
  font-weight: normal;
}
body {
  background-color: black;
  color: #cccccc;
  text-align: center;
  border-left-style: hidden;
  border-left-width: thick;
  font-size: normal;
}
A:link {
  text-decoration: underline;
  color: #cccccc;
  font-size: normal;
}
A:visited {
  text-decoration: underline;
  color: #cccccc;
  font-size: normal;
}
A:active {
  text-decoration: underline;
  color: #cccccc;
  font-size: normal;
}
A:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #cccccc;
  font-size: normal;
}
.bbcclass{

padding: 6px;
background-color: #333333;
border: 1px solid #666666;
}
