html,body{margin: 0px; padding: 0px;}

body{
	font-size: 16px;
	font-family: Verdana, sans-serif;
	background-color: black;
	color: white;
}

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

h3{
	text-align: center;
	color:red;
}

.titolo{
	color:blue;
	font-weight: bold;
}

#header{
	background-image: url("img/header.JPG");
	background-repeat: repeat-x;
	text-align:center;
	

}

#colonna1{
	background-image: url("img/sfondo.png");
	background-repeat: repeat-y;
	width: 250px;
	margin-top: 40px;
}

#colonna2{
	position:absolute;
	top:200px;
	left: 250px;
	width: 750px;

}

.menu{
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;	
}

.menu:hover{
	background-image: url("img/sfondo_anim.gif");
	background-position: left center;
	background-repeat:no-repeat;

}

.menu a{
	color: yellow;
}

.news{
	width:550px;
	clear:both;
}

.news img{
	float: left;
	height: 50px;
	width: 50px;
	margin-bottom: 20px;
	margin-right: 5px;
}

.link{
	width:550px;
	clear:both;
}
.blu{
	color: blue;
}

.giallo{
	color: yellow;
}

.red{
	color: red;
}

#intestazione{
	margin-top:35px;
	font-size: 20px;
}

#cerca{
	margin-top: 45px;
	margin-bottom: 15px;
}