.authentic {
	font-family:Verdana, Arial, Helvetica;
	font-size:7pt;
	color:white;
}

.main_text {
	font-family:Verdana, Arial, Helvetica;
	font-size:8pt;
	color:white;
}

.header_text {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:black;
}


body { background-color:black;
      background-repeat: repeat-y
      background-positionX: center 
      }

a:hover { color:#325FF3; 
          font-size: 8pt; 
          text-decoration: underline overline;
        }
a {
    color:#325FF3; 
    text-decoration: none;
  }
  
.table_border
{
		border-style: groove;
		border-width:thin;
	        border-color:red;
}

