@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/bg.gif);
	margin-top: 0px;
	background-repeat: no-repeat;
	background-color: #000;
	margin-left: 170px;
	margin-right: 50px;
	
}
body,td,th {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: inherit;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
h1 
{
	color: #900 ;
	font-size: 13px;
}

h2 {
	font-size: 12px;
	color: #134161;
}
h3 {
	font-size: 11px;
	color: #4A612D;
}

.blu {
	font-weight: bold;
	color: #036;
	font-size:12px
}
.rosso {
	font-weight: bold;
	color: #900;
	font-size:12px
}
.verde {
	font-weight: bold;
	color: #090;
}