Rendi pių colorati i tuoi link, avrai pių successo nella vita.

(nota che la mano č diventata un ? - merito di a:hover.... cursor: help )


Codice

-------------
a:link, a:visited {
	text-decoration: underline;
	color: #6655cc;
	background-color: transparent;
}
a:hover, a:active {
	cursor: help;
	text-decoration: underline overline;
	color: #181920;
	background-color: yellow; 
}
.boxout {
	color: #FFFFFF;
	background-color: #6655cc;
}
.boxout a:link, .boxout a:visited {
	text-decoration: underline;
	color: #eeeeff;
	background-color: transparent;
}
.boxout a:hover, .boxout a:active {
	background-color: red; 
	color: #181920;
}
p {
	font: 12px Verdana, sans-serif;
	line-height: 2.0;
}
-------------
. .