UL	 {
			List-Style-Type : Square
		}
:link	 {
			Color : blue ;
			Text-Decoration : None
		}
:active	 {
			Color : red ;
			Text-Decoration : None
		}
:visited	 {
			Color : blue ;
			Text-Decoration : None
		}
.:hover	 {
			Color : red
		}
