/* Text Classes */

.links:visited {  
	font-style: normal;  
	font-weight: bold; 
	font-size: 12px; 
	font-family:  Verdana, Arial;
	color: #226AB4; 
	text-decoration: none; 
}	

.links:link {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : #226AB4; 
   text-decoration : none; 
}


.links:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : #2E3192; 
   text-decoration : none; 
}


.links:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 12px; 
   font-family:  Verdana, Arial;
   color : #226AB4; 
   text-decoration : none; 
}