@charset "utf-8";
/* CSS Document */

.titolopagina {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-variant: normal;
	line-height: 30px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.Stile1 {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
.Stile2 {
	color: #000000;
	font-style: italic;
}
.Stile3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}