/* CSS Document */

BODY{
	font-family: Arial, Helvetica, sans-serif;
	
}

a{
	text-decoration:none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E52815;
	font-weight: bold;
}

#testata{
	width: 620px;
	background-image: url(immagini/Zutroi_test.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #62019E;
}

#titolo{
	width: 600px;
	margin-left: 10px;
	color: #62019E;
}

#racconto{
	width: 600px;
	margin-left: 10px;
}
h1{
	font-size: 1.3em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2{
	margin: 0px;
	font-size: 1.2em;
}
h3{
	font-size: 0.8em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#impagina{
	width: 620px;
	margin:auto;
	border: 2px dashed #62019E;
}

#stampa{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;

}
#sovraimp{
	width: 630px;
	margin: auto;
}
