/* Text Classes */

.links:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 13px; 
	font-family:  Arial, Times New Roman, sans-serif;
	color: #5A318C;
	text-decoration: none 
}	

.links:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 13px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #5A318C; 
   text-decoration : none; 
}


.links:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :13px; 
   font-family:  Arial, Times New Roman, sans-serif; 
   color : #006600;
   text-decoration : underline; 
}


.links:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 13px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #006600; 
   text-decoration : none; 
}

.links2:visited {  
	font-style: strong;  
	font-weight: normal;
	font-size: 11px; 
	font-family:  Arial, Times New Roman, sans-serif;
	color: #006600;
	text-decoration: none 
}	

.links2:link {
   font-style : strong; 
   font-weight : normal; 
   font-size : 11px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #006600; 
   text-decoration : none; 
}


.links2:hover {
   font-style : strong; 
   font-weight : normal; 
   font-size :11px; 
   font-family:  Arial, Times New Roman, sans-serif; 
   color : #5A318C;
   text-decoration : underline; 
}


.links2:active {
   font-style : strong; 
   font-weight : normal; 
   font-size : 11px; 
   font-family:  Arial, Times New Roman, sans-serif;
   color : #5A318C; 
   text-decoration : none; 
}
