body {
	font-family: Verdana, Arial;
	background: #FF0000;
}

.link {
	text-decoration:none;
	color:blue;
}

.link2 {
	text-decoration:none;
	color:#87CEEB;
}

.link3 {
	text-decoration:none;
	color:white;
}

.titolo {
	color: white;
	font-size: x-large;
	text-align: right;
	border-top:thin solid white;
	border-bottom:thin solid white;
	letter-spacing: 12px;
	margin-right: 1cm;
	margin-left: 1cm;
}

.sottotitolo {
	color: white;
	font-size: 22px;
	text-align: left;
	margin-left: 1cm;
}

.testonormale {
	color: white;
	font-size: medium;
	text-align: left;
	margin-right: 1cm;
	margin-left: 1cm;
}

.separatore {
	border-bottom: thin dotted white;
	margin-right: 1cm;
	margin-left: 1cm;
}
