/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../immagini/sfobody.jpg);
	padding-top: 30px;}
	a:link {
color: #336600;
}
a:visited {
color: #996600;
}
a:hover {
color: #663300;
text-decoration: overline;
background-color: #FFFF99;
}

#contenitore {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	padding: 5px;
	background-color: #FF9900;}
#box1 {
	width: 70%;
	background-image: url(../immagini/imgtop.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-position: top;
	height: 47px;
	margin-bottom: -20px;
	border-right: solid 1px #850E05;
	border-left: solid 1px #850E05;
	border-top: solid 1px #850E05;}
#box {
	padding: 0 20px;
	width: 70%;
	background-image: url(../immagini/sfocolon.jpg);
	margin-right: auto;
	margin-left: auto;
	border-left: solid 1px #850E05;
	border-right: solid 1px #850E05;}
#box2 {
	padding: 20px;
	width: 70%;
	background-image: url(../immagini/imgbottom.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 47px;
	background-position: bottom;
	margin-top: -20px;
	border-left: solid 1px #850E05;
	border-right: solid 1px #850E05;
	border-bottom: solid 1px #850E05;}
.titolo{
	width: 88%;
	margin-right: auto;
	margin-left: auto;}
p {
line-height:1.2em;
	margin-right: 30px;
	text-align: left;
	color: #990000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	padding: 20px;}
	h1{
	font: bold 100% "Courier New", Courier, monospace;
	color: #610C08;
	padding: 0;
	letter-spacing: 0.2em;
	text-align: center;}
h2{
	font: normal 90% "Courier New", Courier, monospace;
	color: #610C08;
	text-align: center;
	
	font-style:italic;
	}
	h3{
	font: normal 100% "Courier New", Courier, monospace;
	color: #610C08;
	text-align: center;
	
	font-weight:bold;
	}
.link {
	color: #610C08;
	margin-top: 20px;}
p:first-letter {
font-size:3em;
}

