body {
    background : white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.intesta{
	background: #9cc0ee;
	color: #000000;
	font-weight: bold; 

.titolo{
	color: black; 
	font-weight: bold;
	vertical-align : top;
	}
	
.sottotitolo{
font-size: 10px; 
color: #993333; 
font-family: Verdana, Arial, sans-serif;
background-color: #9cc0ee; 
padding: 3px;
width: 80%; 
border: #000000;
border-top-width: 1px;
border-right-width: 2px;
border-left-width: 1px;
border-bottom-width: 2px;
border-style: solid; 
text-align:center; position:relative; left:0; top:10
}

a:link.sottotitolo {
	font-weight: bold; 
	color: #993333; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
}
a:visited.sottotitolo {
	font-weight: bold;
	color: #993333; 
	text-decoration: none;
}
a:hover.sottotitolo {
	font-weight: bold; 
	color: #993333;
	text-decoration: underline;
	}


.centro {
	color: Black;
	background-color :white; 
	vertical-align: top;
}

.navbar{
	   background: white;
	   color:black;
	   text-decoration:  none;
	   font-weight: bold;
	   font-family: Arial;
	   	font-size: 12px;
        vertical-align:  top;
		border-left-width: 0px;
	   
}
:hover.navbar {
      text-decoration: underline;
	  width: 100%;
      color: red;
	  font-size: 12px;
      text-decoration: underline;
	  
}
:active.navbar {
	color: red;
}

.base{
	background: black;
	color: #60d282;
}

.filo{
	background: black;
}

.floatdestro{
	float : right;
}

.floatsinistro{
	float: left;
	margin: 2px 10px 2px 0px;
}

.etichetta{
font-size: 11px; 
color: #993333; 
font-family: Verdana, Arial, sans-serif;
background-color: #9cc0ee; 
padding: 3px;
width: 100%; 
border: #000000;
border-top-width: 1px;
border-right-width: 2px;
border-left-width: 1px;
border-bottom-width: 2px;
border-style: solid; 
}
