
body {
	background-color: #993333;
}

.Stile1 {color: #FF0000}

.Stile2 {color: #FFFFFF}
.Stile3 {
	font-family: "Times New Roman", Times, serif;
	font-style: ;
	font-size: 24px;
	color: #CCCC00;
}

.Stile4 {
	font-family: "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 52px;
	color: #CCCC00;
}

.Stilesottotit {
	font-family: "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 18px;
	color: #A51F38;
	background-color: #FCF8D5;
}


a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	color: #CCCC00;
}

a:hover {
	text-decoration: underline;
	color: #CCCC00;
}

