codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
body, html {
	background-color: #009999;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#miodiv {
	background-color: #3399FF;
	padding: 15px;
	height: 300px;
	width: 300px;
	border: #FF0000 3px double;
}
#miodiv a:link, #miodiv a:visited, #miodiv a:active {
	color: #000000;
}
#miodiv a:hover {
	color: #FFFF00;
}
-->
</style>
</head>

<body>

<div id="miodiv">
	Primo link

	Secondo link

	Terzo link

	Ecc......
</div>

</body>
</html>