@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-top: 49px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #38ABE2;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
h1 {
	font-size: 18px;
	color: #00CCFF;
}
h2 {
	font-size: 16px;
	color: #FFCC33;
}
h3 {
	font-size: 14px;
	color: #CCCCFF;
}
h4 {
	font-size: 12px;
	color: #333333;
}
.contornato {
	border:thin #333333 solid;
	padding : 8px;
}

.copyright {
	color: #666666;
	font-size: 9px;
}
