@CHARSET "ISO-8859-1";


A {
	font-weight: bold;
	text-decoration: underline;
	color: maroon; 
}

A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}

A:hover{
	font-style: italic;
	text-decoration: underline;
	color: maroon;
}

.DivBody {
	width: 90%; 
	text-align: center;
}

.BottoneNavigation {
	width: 25%;
	float: left; 
	color: inherit;
}

.TestoLibero {
	color: maroon;
	font-family: sans-serif, serif;
	text-align: justify;
}

.TitoloTestoLibero {
	color: maroon;
	font-family: sans-serif, serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.TitoloCrudo {
	color: maroon;
	font-family: sans-serif, serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.TopRoundBorder {
	width: 100%; 
	height: 50px; 
	margin-top: 20px;
	border-bottom-color: maroon;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.Top {
	height: 50px; 
	margin: 0px;
	float: left;
	
	border-top-color: maroon;
	border-top-style: solid;
	border-top-width: 2px;
	
	border-bottom-color: maroon;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


.BottomRoundBorder {
	width: 100%; 
	height: 50px; 
	float: left;
	border-top-color: maroon;
	border-top-style: solid;
	border-top-width: 2px;
}

.Titoletto {
	font-family: monospace;
	font-weight: bolder;
	color: maroon;
}

.messaggierrore {
	color:  #BF0204;
	margin: 0px 0px 5px 0px;
	padding:5px;
	background-color: #ffffff;
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #BF0204;
}