/* Text Classes */

.data:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 12px; 
	font-family:  Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none 
}	

.data:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 12px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}


.data:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :12px; 
   font-family:  Arial, Times New Roman, sans-serif; 
   color : #ffffff; 
   text-decoration : underline; 
}


.data:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 12px; 
  font-family:  Arial, Times New Roman, sans-serif;
   color : #ffffff; 
   text-decoration : none; 
}


