body {
	background-color: rgb(255,255,255);
	color: #000000;
	font-family: Times New Roman, Arial, Helvetica;
}

p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: justify;
}

h1 {
	color: #990000;
	font-family: "Times New Roman";
	font-weight: lighter;
	text-align: center;
}

h2 {
	color: #0000FF;
	text-align: center;
}

h2.b {
	color: #0000FF;
	margin-left: 50px;
	text-align: left;
}

.titolo {
	color: #990000;
	font-family: verdana;
	font-size: 37px;
}

p.sottotitolo {
	color: #22FF33;
	font-family: verdana;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.giustifica {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
}

A:LINK {
	Color: navy;
	font-family: "Times New Roman";
	text-decoration: none;
}

A:VISITED {
	Color: navy;
	font-family: "Times New Roman";
	text-decoration: none;
}

A:HOVER {
	Color: Silver;
	font-family: "Times New Roman";
}

A:active {
	color: navy;
}


