/* CSS Document */

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF0000;
}
.Stile1 {
	font-size: 24px;
	font-weight: bold;
}
#Stile2 {
	text-decoration:none;
	color:#005;
}
table p{
	color:#005;
	font-size: 12px;
	font-weight: normal;
	}
