body {background-image: url("images/selection.gif"); background-repeat: no-repeat}
A:link 	  {	color: white;
		background: transparent;
		text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt} 
A:visited {	color: white;
		background: transparent;
		text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt} 
A:active  {	color: red;
		background:transparent;
		text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt} 
A:hover	  {	color: yellow;
		background:transparent;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt}


