img, img a {
	border: 0px;
}

body {
	background-color: #333333;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {
	text-decoration: none;
	color: #6699CC;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: none;
	color: #336699;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF66;
}
a:active {
	text-decoration: none;
}

.oro {
	color: #BEA338;
}

.contenuto {
	font-size: small;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
}
.contenuto h1{
	color:#CC0000;
	font-size: large;
	font-weight: bold;
}
.contenuto h2{
	color:#CC0000;
	font-size: medium;
	font-weight: bold;
}

.linea {
	height: 5px;
	width: 700px;
	display: block;
	background-image: url(../img/linea.png);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-position: center;
}

