a.testata:link {
	text-decoration: none;
	font-size:12px;
	font-family: verdana;
	font-weight: bold;
	color: yellow
}

a.testata:visited {
	text-decoration: none;
	font-size:12px;
	font-family: verdana;
	font-weight: bold;
	color: yellow
}

a.testata:hover { 
	text-decoration: none;
	font-size:12px;
	font-family: verdana;
	font-weight: bold;
	color: white
}

td {
	font-size:12px;
	font-family: verdana;
	color: black
}

h1 {
	font-size:18pt;
	font-family: arial;
	color: brown
}

a:link {
	text-decoration: none;
	color: red
}

a:visited {
	text-decoration: none;
	color: red
}

a:hover { 
	text-decoration: underline;
	color: red
}

a.fondo:link {
	text-decoration: none;
	color: black
}

a.fondo:visited {
	text-decoration: none;
	color: black
}

a.fondo:hover { 
	text-decoration: underline;
	color: black
}