<!--  stylesheet4a.css -- style sheet for assignment4a -->

A:Link {background:green;
	color:red;
	text-decoration:none
	text-transform:capitalize}

A:visited {background:purple;
	   color:orange;
	   text-decoration:none}

A:hover	{background:yellow;
	 color:green;
	 text-decoration:none}

A:active {background:blue;
	  color:red;
	  text-decoration:none}
