body {
	color: blue;
	border-color: #white;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


h1, h2, h3, h4, h5, h6 {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bolder;
}

h1, h2, h3{
	font-weight: normal;
}


#tricoloreV {
	background-color: green;
}
#tricoloreB {
	background-color: white;
}
#tricoloreR {
	background-color: red;
}


#testata p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
}

.box h3 {
	background-color: white;	
	color: blue; 
}

#chiusura {
	font-size: smaller;
}



#navigazione {
	color: blue;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}



#navigazione a, #navigazione a:active, #navigazione a:visited {
	color: blue;
	background-color: white;
	border-color: blue;
	
}

#navigazione a:hover, #navigazione a:visited:hover {
	color: #CC3333;
	background-color: white;
	border-color: blue;
}



a, a:active, a:visited {
	color: #blue;
	text-decoration: underline;
}

a:hover, a:active:hover {
	color: #CC3333;
}
