
BODY {
	BACKGROUND-COLOR: #CCCCFF;
}

.TITOLO {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

}

.TESTO {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

}





.pixel {

        font-size: 1px;

        text-decoration: none;

        font-weight: normal;

	LINE-HEIGHT: 1px;

}



.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 24px;

}

.style2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.pixel {

        font-size: 1px;

        text-decoration: none;

        font-weight: normal;

	    LINE-HEIGHT: 1px;

}

.style3 {

	font-size: 14px;

	font-weight: bold;

}



.small {

	font-size:9px;

    text-decoration: none;

    font-weight: normal;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}


CSS
#navcontainer
{
width: 15em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}


