body {
    width: 80%;
    margin-left: 10%;
    font-family: Arial;
    font-size: 16px;
	background-color: rgb(240,245,255);
	color: rgb(0,15,35);
}

p {
	font-size: 16px;
	color: rgb(0,15,35);
}

h1 {
	font-size: 38px;
	color: rgb(0,15,35);
}

div#titolo {
	width: 80%;
}

p#journal {
	font-size: 14px;
	font-style: italic;
}

p#author {
	font-size: 22px;
	font-style: bold;
}

p#affiliation {
	font-size: 14px;
	font-style: italic;
}

div#Section {
	/*border-radius: 15px;
	border: 2px solid black;
	background-color: rgb(220,230,255);*/
	width:60%;
	padding: 1.5%;
	margin-left: 18.5%;
	float: left;
	text-align: justify;
}

h3#SectionTitle {
	text-align: left;
	font-style: italic;
	color: rgb(10,30,60);
}

p#par3 {
    float: right;
	width: 100%;
	text-align: justify;
    /*clear: right;*/
}

div#howTo {
	border-radius: 15px;
	border: 2px solid black;
	background-color: rgb(175,155,125);
	width:60%;
	padding: 1.5%;
	margin-left: 18.5%;
	float: left;
	text-align: center;
}

h3#howToTitle {
	font-style: bold;
	color: rgb(75,25,0);
}

p#howToBody {
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
}

.sez3 {
	width: 100%;
    float: right;
    margin-top: 50px;
	text-align: center;
}

p#modelSx {
	float: left;
	margin-left: 10%;
	text-align: center;
}

p#modelDx {
	float: right;
	margin-right: 10%;
	text-align: center;
}

a#link {
	/*padding-left: 25%;*/
	font-size: 20px;
	color: rgb(255,0,100);
}

a#linkUnity {
	color: rgb(255,255,255);
	font-size: 20px;
}

img#modelThumbnail {
	border-radius: 15px;
}
