/* CSS Document */
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
								
								
a.barmlinks:hover /* A */
								{	
									color: #23254F;										
									text-decoration:underline;
								}		


