@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	color:#ffd519;
	padding: 2em;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.33;
	background-color: #2a1818;
	}
h1 {
	margin: 0.5em 0;
	font-size: 200%;
	font-style: bold;
	}
p {
	margin: 0.5em 0;
	}
hr {
	border:none;
	border-bottom:1px solid silver;
	}
.headline_bkg {
	background-color: #a0ce00;
}	
.corpo_A {
	color: #ceb648;
	}
.corpo_B {
	color: #b4ff00;
	}
.titolo_1 {
	font-size: 350%;
	color: #0092e2;
	}
.titolo_2 {
	font-size: 200%;
	color: #ffd519;
}
.little_info {
	font-size: 70%;
}
.titolo_3 {
	font-size: 133%;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #00beff;
}
a:visited {
	text-decoration: none;
	color: #00aeff;
}
a:hover {
	text-decoration: underline;
	color: #3face9;
}
a:active {
	text-decoration: none;
	color: #00c0ff;
}
