	BODY	 {
			Font-Family : Bookman OS ;
			Background-Image : none
		}
	:link	 {
			Color : blue ;
			Font-Weight : Normal
		}
	:active	 {
			Color : red ;
			Background-Color : pink ;
			Font-Weight : Normal
		}
	:visited	 {
			Color : blue ;
			Font-Weight : Normal
		}
	:hover	 {
			Text-Transform : uppercase                                                                   ;
			Color : ffffff                    ;
			Background-Color : 2222ff                    ;
			Font-Size : 20pt ;
			Font-Weight : Bold
		}