body { font-family: "Trebuchet MS", arial; font-size: 12px; }

#principale 
{
	background-color: #efefef;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	padding-top: 2px;
	padding-bottom: 2px;
}

#principaleaccesso 
{
	text-align: left;
	width: 800px;
	background-color: #fff;
	margin-top: 5px;
	margin-left: 5px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

#pagina
{
	margin-top: 10px;
}

.menualto
{
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

ul#elenco-decime {
	font-size: 10px;
	border: 1px solid #FDFF73;
	background-color: #FEFFC9;
	margin: 10px;
}

ul#elenco-decime li {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

button
{
	font-weight: bold;
}

button:hover
{
	font-weight: bold;
	color: #9f000f;
}

h1
{
	font-size: 18px;
	text-transform: uppercase;
	color: #4B58C4;
}

a, a:active 
{
	color: blue;
}

