/*
Nome CSS: style.css
Licenza: Perla di Fiume
*/

html { /* parametri base */
    font-family : Verdana, sans-serif;
    font-size : 9 px;
    background-color : WHITE;
    color : rgb(100,100,100);
    margin : 0px;
    line-height: 1.5em;
    text-align : justify;
    padding : 0px;
	
}
td { /* parametri base */
    font-family : Verdana, sans-serif;
    font-size : 10 px;
    background-color : WHITE;
    color : rgb(100,100,100);
    margin : 0px;
    line-height: 1.5em;
    text-align : justify;
    padding : 0px;
	
}
td { /* parametri base */
    font-family : Verdana, sans-serif;
    font-size : 10 px;
    background-color : WHITE;
    color : rgb(100,100,100);
    margin : 0px;
    line-height: 1.5em;
    text-align : justify;
    padding : 0px;
	
}

#dropmenudiv {

position:absolute;
border:1px solid black;
border-bottom-width: 1;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
margin : 1px;
width: 100%;
display: block;
text-decoration: none;

}
#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}


