.content
{
  position:             absolute;
  top:                  180px;
  z-index:              10;
}
.configure
{
  position:             absolute;
  top:                  160px;
  left:                 0px;
  border:               thin solid yellow;
  background-color:     blue;
  visibility:           hidden;
  z-index:              100;
}
.about
{
  position:             absolute;
  top:                  160px;
  left:                 0px;
  border:               thin solid yellow;
  background-color:     blue;
  visibility:           hidden;
  z-index:              100;
}
.links
{
  position:             absolute;
  top:                  160px;
  left:                 0px;
  border:               thin solid yellow;
  background-color:     blue;
  visibility:           hidden;
  z-index:              100;
}
.banner
{
  position:             absolute;
  top:                  140px;
  left:                 0px;
}
.bannerText
{
  background-color:     black;
  color:                yellow;
  font-family:          courier; 
  font-size:            10pt;
}
.linkText
{
  font-family:          courier; 
  font-size:            10pt;
}
.button
{
  background-color:     blue;
  color:                yellow;
  font-family:          arial; 
  font-size:            10pt;
}
.toggleButton
{
  background-color:     red;
  color:                yellow;
  font-family:          arial; 
  font-size:            10pt;
}
.toggleButtonActive
{
  background-color:     red;
  color:                yellow;
  font-family:          arial; 
  font-size:            10pt;
  font-weight:          bold;
}
.postHeader
{
  background-color:     black;
  color:                yellow;
  font-family:          arial; 
  font-size:            10pt;
}
.postContent
{
  background-color:     #CCCCCC;
  color:                black;
  font-family:          arial; 
  font-size:            10pt;
}
