BODY { 
			font-family:  arial, verdana, helvetica;
					  }
	
	A:link	{	color : Blue ;
			font-weight : bold;
			text-decoration : none }
	
	A:visited	{	color : Blue ;
				font-weight : bold;
				text-decoration : none }
	
	A:active  {	color : #003399 ;
			  font-weight : bold;
			  text-decoration : none }
	
	A:hover {	color : #003399 ;
			font-weight : bold;
			text-decoration : none; 
			background-color : #ffffcc }

