a:link {
 font-family: "Arial"; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;
 color: #FFFFFF;
}
a:visited {
 font-family: "Arial"; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;
 color: #FFFFFF;
 
}


a:hover {
 font-family: "Arial"; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;
 color: gray;

}

.header {
 font-family: Arial;
 font-size: 16px;
 background-color: #000000;
 padding-left: 5px; 
 padding-right: 5px;
 font-weight: bold;
 color: #FFFFFF;

}

.text {
 font-family: Arial;
 font-size: 14px;
 padding-left: 5px; 
 padding-right: 5px;
}