/* CSS Document */

body {
   background-color: #8B6295;
   background-image: url(img_bib/bck1.gif);
   background-position: absolute; 
   backgrond-repeat: repeat-x;
   z-index: 0;
   width: 100%;
   height: 100%;
}
a:link {
   color: #AB88B4;
   cursor: hand;
   font-weight: bold;
   text-decoration: none;
      }
a:visited {
  text-decoration: none;
  color: #8784C4;
  cursor: hand;
  font-weight: bold;
     }
a:active {
  text-decoration: none;
  color: #999999;
  cursor: hand;
  font-weight: bold;
   }
a:hover {
  text-decoration: none;
  color: #666666;
  cursor: hand;
  font-weight: bold;
  }
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: white;
  color: black;
  }
.main {
  font-family: georgia,arial,helvetica;
  font-size: 11px;
  text-align: justify;
    }
.fblurb {
  font-family: georgia,arial,helvetica;
  font-size: 14px;
  text-align: justify;
  }
.hdng1 {
  font-family: georgia,verdana,arial,helvetica;
  color: #663366;
  font-size: 14pt;
  letter-spacing: 2px;
  font-weight: bold;
  }
.menu {
  font-family: verdana,arial,helvetica;
  color: forestgreen;
  font-size: 11pt;
  letter-spacing: 6px;
  font-weight: bold;
  }
.info {
  font-family: georgia,verdana,arial,helvetica;
  color: #969696;
  font-size: 12px;
  } 
.click {
  font-family: tahoma,verdana,arial,helvetica;
  color: #663366;
  font-size: 14px;
  } 
.lower {
  font-family: verdana,arial,helvetica;
  color: #9A7EA0;
  font-size: 7pt;
  letter-spacing:1px;
  }
.header {
  font-family: verdana,arial,helvetica;
  color: #591B3A;
  font-size: 15px;
  }