@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
}
.tab{
width:1000px;
}
.h3{
	width:1000px;
	height:37px;
	background-image: url(images/h3.png);
	color: #666666;
}
.f{
	width:1000px;
	height:36px;
	background-image: url(images/f.png);
	color: #666666;
}
.fa{
text-decoration: none;
	color: #666666;}
.b{
	width:1000px;
	background-image: url(images/b.png);
		background-repeat: repeat-y;
}
.menu{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	color: #4B1803;
}
.voce{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CC3300;
}
.coll{
	color: #660000;
	text-decoration: none;
}
.coll:hover{
	color: #CC3300;
	text-decoration: none;
}