A:link		{ color: blue }
A:visited	{ color: purple }
A:active	{ color: red }
A.nav:active	{ background: yellow }
A.nav:hover	{ color: white; background: blue;
		  text-transform: uppercase;
		  font-variant: small-caps;
		  font-size: 0.8em }


