body{
	background-image: url("img/sfondo_body.jpg");
	background-repeat: repeat;
}

.logo{
	background-image: url("img/logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5px;
	padding-right: 5px;
}

.menu{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 7px;
}

.titolone{
	font-family: Times new roman;
	font-size: 40px;
	color: #FFFFFF;
	padding-left: 100px;
}

h2{
	font-family: Times new roman;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
}

.testo{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 150%;
}

.produzione{
	font-family: Times new roman;
	font-size: 14px;
	color: #4F0000;
}

a.produzione:link {
	text-decoration: none;
	color: #4F0000;
}

a.produzione:visited {
	text-decoration: none;
	color: #4F0000;
}

a.produzione:hover {
	text-decoration: underline;
	color: #4F0000;
}

a.produzione:active {
	text-decoration: none;
	color: #4F0000;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.copyright{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 7px;
}