BODY
{
    COLOR: black;
    BACKGROUND-COLOR: white
}

.titolo
{
    FONT-SIZE: x-large;
    FONT-FAMILY: britannic bold, sans-serif;
    HEIGHT: 50px;
    BACKGROUND-COLOR: #ffcc66;
    TEXT-ALIGN: left
}

.tabmadre
{
    WIDTH: 590px;
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}

.titdescrizione
{
	TEXT-ALIGN: top;
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: red;
    FONT-FAMILY: arial, sans-serif;
    POSITION: relative
   
}

.descrizione
{
    TEXT-ALIGN: justify;
    FONT-SIZE: x-small;
    FONT-FAMILY: abadi mt condensed light, arial;
    POSITION: relative
}

.rigaprezzo
{
	font-size: x-small;
	font-family: arial, sans-serif;
	font-weight: bold
}

.finale
{

a.linkvarie:link
	{
	color:#000000
	}

A: hover
{
    COLOR: #3399ff;
    FONT-FAMILY: "ARIAL";
    FONT-SIZE: x-small;
    TEXT-DECORATION: underline
}


