body, html{
	
}
body {
	
	
	text-align:center;
}
div.contenitore {
	width: 800px;
	border: thin solid Black;
	background-image: url(immagini/sfondo.jpg);
	padding-bottom: 5px;
	margin:0px auto;
}
div.intestazione {
	
}
div.intestazione td{
	width:160px;
	height:33px;
	background-image: url(immagini/segnale.jpg);
}

div.intestazione td{
	color: White;
	font-weight: bolder;
	
	font-size: 15px;
	padding-bottom: 5px;
	padding-left:3em;
}
div.intestazione a{
	color: White;
	text-decoration: none;
	
}
div.intestazione td#io a{
cursor: default;
}
div.intestazione td#io{
	background-image: url(immagini/segnale1.jpg);
	
}


div.corpo {
	margin-left: 11em;
	text-align: left;
	background-color: InfoBackground;
	border: thin groove Gray;
	padding: 3px;
	margin-top: 10px;
	margin-right: 5px;
}
 div.corpo div.sottotitolo{
	color: #5C5C5C;
	font-size: 1.2em;
	font-weight: bold;
}

div.navigazione td{
	
	margin-left: 0px;
	font-weight: bolder;
	width: 143px;
	height: 39px;
	background-image: url(immagini/per.jpg);
	font-size: 15px;
	background-repeat:no-repeat;
	padding-left: 10px;
}



div.navigazione a{
	text-decoration: none;
	color: White;
	
	
	padding-top: 7px;
	color: White;
}

div.navigazione td#io{
	background-image: url(immagini/per1.jpg);
	cursor: default;
	color: White;
}



div.navigazione {
	
	width: 10em;
	float: left;
	margin-left: 0px;
	background-image: url(immagini/palo.jpg);
	background-repeat: repeat-y;
	
}


div.navigazione td#io a{
cursor: default;
}

div.piede {
	background-color: #029B41;
	color: White;
	font-weight: bolder;
	font-size: 2em;
	
	clear: left;
	border: thin solid White;
	width: 50%;
	padding: 5px;
	margin:0px auto;
	margin-top: 1em;
}
.nascosto{
	display:none;
	
}
.personaggio{
	background-color: Blue;
	color: InfoBackground;
	font-size: 1.1em;
}

.fGrigia{
	background-color: Silver;
}

.rosso{
	color: Red;
	font-weight: bolder;
	font-size: 1.1em;
}
.blu{
	color: Blue;
	font-weight: bolder;
	font-size: 1.1em;
}
.formula{
	background-color: red;
	font-weight: bolder;
	font-size: 1.2em;
	color: white;
	border: thin dotted Blue;
}



.titolo {
	color: White;
	font-weight: bolder;
	text-align: center;
	background-color: Blue;
	width: 15em;
	border: thin dashed Lime;
	margin:0px auto;
}

.sottotitolo{
	background-color: Silver;
	border: medium outset Gray;
	color: Red;
	font-size: 1.5em;
}

.regola{
	font-size: 1.1em;
	color: Blue;
	
}
.enfasi{
	background-color: Fuchsia;
	color: Yellow;
	font-size: 1.1em;
	font-weight: bold;
}

.cartello{
	background-color: #00559C;
	font-size: 1.5em;
	font-weight: bolder;
	color: White;
	width: 15em;
	border: thick ridge White;
	
}

.cartello ul{
	list-style-image: url(immagini/frecciaBlu.gif);
	margin-left: 3em;
}

.cartello a{
	color: White;
	text-decoration: none;
}
.cartello a:link{
	text-decoration: none;
}

