/* CSS Document */
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.layhlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #0E333D; 					
									text-decoration:underline;
								}
								
a.layhlinks:hover /* A */
								{	
									color: #990000; 
									text-decoration:underline;
																		
								}
								


