@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFCC00;
}
.link {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.impressum {
	color: #FFCC00;
	text-align: left;
	font-size: 12px;
}
h1 {
	color: #FFCC00;
	font-size: 14px;
}
.corpo {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
}
ul {
	font-size: 14px;
}
.titolo {
	font-weight: bold;
	color: #F8B840;
	font-size: 12px;
	padding-top: 20px;
}
.inc {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
}
.maiu {
	text-transform: uppercase;
}

