.TabMenu {
	background-color: #430102;
	color: White;
	text-align: center;
	border-bottom-color: White;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-color: White;
	border-top-style: dotted;
	border-top-width: thin;
	border-left-color: White;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: White;
	border-right-style: dotted;
	border-right-width: thin;
}
body {
	font-family: Verdana;
}
a.menu_alto:active, a.menu_alto:focus, a.menu_alto:link, a.menu_alto:visited {
	color: White;
	text-decoration: none;
}
a.menu_alto:hover {
	color: #FFFF66;
	text-transform: uppercase;
}
.immagine_principale {
	border: thick double White;
}
.testoNormale {
	font-size: 13px;
	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 19px;
	
}
.titolo {
	font-size: large;
	font-weight: lighter;
	text-align: center;
}
a.linkNormale:active, a.linkNormale:focus, a.linkNormale:link, a.linkNormale:visited {
	font-size: 13px;
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a.linkNormale:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #FF3300;
}
.capoLettera {
	font-size: 15px;
	font: bold;
	padding-left: 7px;
}
.inputBox {
	background-color: #DEB887;
	border-bottom: thin dotted;
	border-top: thin dotted;
	border-left: thin dotted;
	border-right: thin dotted;
	font: 14px Verdana Geneva Arial Helvetica sans-serif;
	scrollbar-face-color: Maroon;
	scrollbar-base-color: #8FBC8F;
}
.pulsaBox {
	color: White;
	background-color: Maroon;
	width: 100px;
}

