@charset "utf-8";
/* CSS Document */

body {
	background-color: #191E44;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.indirizzo {
	font-size: 10px;
	font-style: oblique;
	font-variant: small-caps;
	color: #D7221B;
}
.mini_intestazione {
	font-size: x-small;
	font-style: oblique;
	font-variant: small-caps;
	color: #D7221B;
}
.intestazione {
	font-size: medium;
	font-style: oblique;
	color: #D7221B;
}
a.red:link {
	color: #D7221B;
	font-size: 10px;
}
a.red:visited {
	color: #3F73B4
	font-size: small;
}
a.red:hover {
	color: #D7221B;
	font-size: small;
}
.titolo {
	font-size: 24px;
	font-weight: bold;
}
.titolo2 {
	font-size: 18px;
	font-weight: bold;
}
.testo {
	font-size: 14px;
	color: #3F73B4;
	text-align: justify;
}

a.main:link {
	color: #3F73B4;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.main:visited {
	color: #09C;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.main:hover {
	color: #D7221B;
	font-size: 12px;
	font-weight: bold;
}