html {

} 

body {
background-color: #5C778F;
text-align: left;
margin: 0px;
padding: 0px;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.65em;
color: #000000;
}

#box {
background-color: #FFFFFF;
text-align:left;
padding:10px;
width: 95%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto; 
height: 100%;
border-left : 1px solid Black;
border-right : 1px solid Black;
}


.Titolo{
width:100%;
border-bottom: 1px solid Black;
background-color : #6C91B1;
padding-left: 1px;
color:#FFFFFF;
}

.TitoloBianco{
width:100%;
border-bottom: 1px solid Black;
background-color : #FFFFFF;
padding-left: 1px;
color:#FFFFFF;
}

.TitoloVerde{
float: left;
width:100%;
border-bottom: 1px solid Black;
background-color :  #B0dbB6;
padding-left: 1px;
color:#000000;
font-weight : bold;
}

.Tabella{
margin-left: auto; 
margin-right: auto; 
text-align: left; 
width:95%; 
border: 1px solid Black;
background-color : #BEE3FD;
}

.RigaBlu{
height:2em;
width:75%; 
padding-right:5px;
border-bottom:1px solid Black;
}

.RigaBlu1{
height:2em;
padding-right:5px;
border-bottom:1px solid Black;
}

.RigaBianca{
height:2em;
background-color:#FFFFFF; 
width:75%; 
padding-right:5px; 
border-bottom:1px solid Black;
}

.RigaBianca1{
height:2em;
background-color:#FFFFFF; 
padding-right:5px; 
border-bottom:1px solid Black;
}

img {
	border:none;
}

A:link {
	font-weight : bold;
	text-decoration: none;
	color: black;
	
}
A:visited {
	font-weight : bold;
	text-decoration: none;
	color: #404040;
	
}
A:hover {
	font-weight : bold;
	text-decoration: underline;
	color: #C62448;
	
}
