A:LINK {
			 color : Blue;
			 text-decoration: none
			 } 
A:VISITED {
					color : Purple;
					text-decoration: none
					} 
A:HOVER {
				color : Red;
				text-decoration : underline;
				} 
A:ACTIVE {
				 color : Red;
				 text-decoration: underline
				 }