body {
margin:0; 
background-color: transparent; 
color: white; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;

}
a:link {color:white}
a:visited {color:white}
a:hover {color:#99ccff}
a:active {color:#99ccff}

.big {
font-size:18px;
}
.bigger {
font-size:21px;
}
.small {
font-size:12px;
}

div.transbox
  {
  width: 510px;
  height: 377px;
  background-color: #000000;
    /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }
div.text
  {
  border-style:solid; 
  border-width:1px;
  position: absolute;
  top: 1px;
  left: 1px;
  font-weight: bold;
  color: white;
  width: 500px;
  height: 370px;
  overflow: auto;
  text-align:center;
  padding:3px;
  }
