body {
    background : white url(img/rules.jpg) repeat-x;
}

.intesta{
	background: #D6D6D6;;
	font-weight: bold;
	width: 100%;
}
.intesta2{
	background: #D6D6D6;
	width: 100%;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}

.evidenzia{
	background-color : Yellow;
	font-size: 10px;
	color: black;
	text-decoration: none;
    text-transform: none;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
    border-style: solid;
	border:1px;
}

.evidenzia:hover{
	border-style : inset;
	color: red;
	background-color: #FFFF99;
}


.titolo{
	color: black; 
	font-weight: bold;
	vertical-align : top;
	}
	
.sottotitolo {
	background: black;
	color: #008000;
        font-weight: bold;
	vertical-align: top;
	font-size: 18px;
}
.sottotitolo:hover {
	color: lime;
	background: green;
	text-transform: uppercase;
}


.centro {
	color: Black;
	background-color : #F6F6F6;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
}

.navbar{
	background: #008000;
	color:black;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
    
	text-decoration:  none;
    vertical-align:  top;
	padding-left: 5px;
}
.navbar:hover {
	  color:red;
}


.base{
	background: black;
	color: #008000;
}

.filo{
	background: Black;
}

.floatdestro{
	float : right;
}

.floatsinistro{
	float: left;
	margin: 2px 10px 2px 0px;
}

.etichetta{
    background:black;
	color: #008000;
	font-weight: bold;
	text-align: center;
}
