body {
	background-color: #000000;
	color: #FFEA7C;
	font: small Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #FFEA7C;
	font-weight: bold;
}

a:visited {
	color: #FFEA7C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FFEA7C;
	font-weight: bold;
}

.titolo {
	text-align: center;
	color: inerhit;
	border-bottom: 1px dotted #FFEA7C;
	margin-right: 70px;
	margin-left: 70px;
	font-weight: bold;
	font-size: x-large;
}

.sottotitolo {
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: inerhit;
}

.titoloTopFrame {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: inerhit;
}

.rightframe {
	background-position: center center;
	margin: 20px 40px 20px 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fulltext {
	text-align: justify;
	text-indent: 1em;
}

.header {
	position: absolute;
	height: 110px;
	padding-top: 15px;
	background-position: center center;
	width: 100%;
	top: 0px;
}

.rightfloat {
	margin: 0px;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}

.leftfloat {
	margin: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}