Pseudo Selector Demo

Our CSS:

a:link		{ color: red }		/* unvisited links	*/
a:visited	{ color: blue }		/* visited links	*/
a:hover		{ color: yellow }	/* user hovers		*/
a:active	{ color: lime }		/* active links		*/

Sample Text

An h4 with some very important text in it