/* CSS Document */
body {
    font-family: arial, Verdana, sans-serif;
    background-color: #cfc0aa;
	
	color:#000000;
	font-size:10px;
	text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	}
	
h1,h2,h3 {
 	color: #000000;
	text-align:center;
	}
h1 {
	font-size: 14px;
	font-weight: bold
	}
h2{
	font-size: 13px;
	}
h3{
	font-size: 12px;
	}
p{
	line-height: 1.5;
	text-align: center;
	   
	}
.sfondo_righe {
    background-color: #987b5f;
	
	background-repeat:   repeat;
}
a {
    font-family: arial, Verdana, sans-serif;
	color: #000000;
}
a:link {
    text-decoration: underline;
    color: #000000;
}
a:visited {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
a:active {
    text-decoration: underline;
    color: #000000;
}

#menu
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: #ff6600;
width: 15.5em;
}

#menu li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#menu li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #ff6600;
background:#ff6600;
text-decoration: none;
}

#menu li a:link { color: #ffffff; }
#menu li a:visited { color: #ffffff; }

#menu li a:hover
{
border-color: #eeeeee;
color: #FFF;
background: #dddddd;
}
