a:link {
 color : #9999FF;
 font-size : 12px;
 text-decoration : none;
}

a:visited {
 color : #9999FF;
 font-size : 12px;
 text-decoration : none;
}

a:active {
 color : #9999FF;
 background-color : #FFFFFF
 font-size : 12px;
 text-decoration : none;
}

a:hover {
 color : #FFFFFF;
 background-color : #9999FF;
  font-size : 12px;
 text-decoration : none;
}

.tableline {
   background-color : #9999FF;
   }
.header {
 font-family :Georgia;
 color    : #9999FF;
 margin : 15px;
 font-size   : 14px;
 font-weight :bold;
 } 
.bodytext{
 font-family :Georgia;
 color    : #9999FF;
 margin : 15px;
 font-size   : 12px;
 font-weight :normal;
 }    