body{
	background-color:#013F54;
	color:white;
	margin:0;
}

.barra_laterale{
	background-color:#024C65;
	width:230px;
	margin-top:0;
	margin-bottom:0;
	padding-left:6px;
	padding-top:6px;
    height: 1500;
    border: 1px;


}
.menu_html{
	text-align:left;
	padding-left:8px;
	padding-top:5px;

}
.page{
	width:650px;
	height:600px;
}

.space{
	height:300px;
}
.indirizzo{
	text-align:left;
	padding-right:0px;
}
.testo{
	text-align:justify;
    font-size:12px;
	color: #e0ffff;
	font-family:Verdana;
	line-height:21px;
	margin-left:10px;
}

img{
	border-color:white;
}

a:link{
		color:#e0ffff;
}

a:active{
	color:#e0ffff;
	size:+2;
	
}
a:hover{
	color:#e0ffff;
	text-decoration:underline;
	font-weight: bold;
	
}
a:visited{
	color:#e0ffff;
	font-weight: bold;

}
.bordino{
	border: 1px solid #024C65;
}
h1{
	font-size:13px;
	font-weight:bold;
}

h2{
	font-size:18px;
	font-weight:bold;
}

.scroll{
    position:relative;
    
}