<style type="text/css">

.Stile37 {font-size: large}
.Stile67 {font-size: xx-large}
.Stile68 {
	font-size: x-large;
	font-weight: bold;
	color: #000099;
}
.Stile69 {
	color: #FF0000;
	font-weight: bold;
}
.Stile70 {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}
.Stile77 {font-size: 26px}
.Stile78 {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Stile79 {
	font-size: x-large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Stile80 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Stile81 {font-size: medium}
.Stile82 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; }
.Stile83 {color: #FFFFFF}
.Stile84 {font-family: Geneva, Arial, Helvetica, sans-serif}
.Stile85 {font-size: x-large; font-weight: bold; color: #000099; font-family: Geneva, Arial, Helvetica, sans-serif; }
.Stile86 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: xx-large; }
.style1 {color: #0000FF}
.style2 {
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.style4 {
	font-size: xx-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	.pagina{
		width 100%;
		display: inline-block;
		}
		
	.avviso{
	display: block;
	box-sizing: border-box;
	width: 70%;
	top: 1em;
	text-align: center;
	background-color: #FFFEDD;
	border-width: 2px;
	border-color: #FFFE77;
	padding: 3%;
	margin: 2%;
	}

	.notizia{
	display: block;
	box-sizing: border-box;
	width:90%;
	background-color: #FFFADD;
	padding: 1px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFAA;
	margin: 1%;
	
	}
	
	.notizia p{
		text-indent: 2em;
		text-align: justify;
	}
	.evidenza{
		width: 90%;
		margin-bottom: 4%;
		background-color:#FF0000;
		border-width: medium;
		padding: 1%;
		position: relative;
		top: 2em;
		text-align: center;
		box-shadow: 3px 3px 3px 5px #999;
		
	}
	
		.evidenza1{
		width: 90%;
		margin-bottom: 4%;
		background-color: #c7c7c7;
		border-width: medium;
		padding: 1%;
		position: relative;
		top: 2em;
		text-align: center;
		box-shadow: 3px 3px 3px 5px #999;
		
	}

	hr {
	 	display: block;
	 	/*
  		margin-top: 1.5em;
  		margin-bottom: 1.5em;
  		margin-left: auto;
  		margin-right: auto;
  		*/
  		margin-top: 10px;
  		border-style: inset;
  		border-width: 2px;
  		width: 70%;
  		color: black;
	}
	.top {
	 height: 220px;
	 }
	.scatola_sx{
		display: block;
		float: left;
		left: 1%;
		width: 60%;
		}
		
	.scatola_dx{
		display: block;
		right: 1%;
		width: 30%;
		float: right;
		height: 150px;
		border: 1px solid blue;
		background-color: greenyellow;
		text-align: center;
		margin-top: 0,5em;
		color: red;

		}

	.testo {
		height: 40px;
		border: 1px solid blue;
		background-color: yellow;
		font-size: 1em;
		text-align: center;
		margin-top: 0.5em;
		color: red;
	}
	.orario{
		display: inline-block;
  		width: 49%;
  		height: 150px;
  		border: 1px solid blue;    
  		background-color: yellow; 
  		font-size: 1em;
  		}
  	.orario.destro {
  		float: right;
  		}
	.orario.sinistro {
		float: left: 
		}

		

</style> 