.header{     
     position: absolute;
     top: 35px;
     font: 16px Verdana, Helvetica, Sans-serif;
     letter-spacing: 8px;
     color: #ccccff;
}

.subhead{
     font: 14px Verdana, Helvetica, Sans-serif;
     color: #ccccff;
}

a.showslink:link{
     color: #48d1cc;
}

a.showslink:visited{
     color: #48d1cc;
}

a.showslink:hover{
     color: white;
}

a.showslink:active{
     color: #48d1cc;
}

.mainbox{
     position: absolute;
     top: 75px;
     padding: 10px;
     width: 90%;
     height: 2000px;
     font: 12px Verdana, Helvetica, sans-serif;
     color: #ccccff;
     background-color: #2e0854;
     border: solid 1px #8f8fbc;
}


.mainboxcell{
     padding-top: 10px;
     padding-bottom: 20px;
     font: 13px Verdana, Helvetica, sans-serif;
     color: #a1a1a1;
     border-bottom: dotted 1px #ccccff;
}
