:link	 {
			Color : #660000;
			Text-Decoration : none; font-weight: bold
		}
	:active	 {
			color : #660000;
			Text-Decoration : none; font-weight: bold
		}
	:visited	 {
			Color : #660000;
			Text-Decoration : none; font-weight: bold
		}
	:link.ff	 {
			Color : blue ;
			Text-Decoration : None
		}
	:visited.ff	 {
			Color : blue ;
			Text-Decoration : None
		}
	A:hover	 {
			Color : #CC0000;
			Font-Weight : Bold
		}
	A.ff:hover	 {
			Color : #FF0000; font-weight: bold
		}
	A:ff.active	 {
			Color : blue ;
			Text-Decoration : None
		}