body {
	background: #f1eeed none;
	color: gray;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	color: #414141;
	text-decoration: none;
}

b{
		color: #2d2d2d;
}


a:hover{
	text-decoration: none;
	color: white;
}

#Contenuti a h1:hover{
	color: white;
}

#Contenuti{
	width: 553px;
	height: 198px;
	font-size: 13px;
	overflow: scroll;
	overflow-x: hidden;
	padding-left: 20px;
	margin-top: 21px;
	text-decoration: none;
}

#Contenuti h1{
	font-size: 15px;
	color: #b21322;
	margin-top: 0;
	margin-bottom: -7px;
	text-transform: uppercase;
	text-decoration: none;
}

#Contenuti img{
	float: left;
	height: 80px;
	margin-right: 10px;
	width: 80px;
}

.menu{
	color: white;
	font-size: 14px;
	padding-left: 20px;
	text-decoration: none;
}

.menu:hover{
	color: silver;
	text-decoration: none;
}

.submenu{
	color: gray;
	font-size: 14px;
	padding-left: 20px;
	text-decoration: none;
}

.submenu:hover{
	color: silver;
	text-decoration: none;
}


#copyright{
	font-size: 10px;
	color: silver;
}

#headline{
	font-size: 13px;
	text-align: right;
	text-shadow: gray 0px 0px 0px;
	padding-top: 88px;
	padding-right: 10px;
}



ul{
	margin-left: -23px;
	list-style-type: square;
	opacity: 1;
}