A:link
{
    COLOR: navy;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    background-color: transparent;
}
A:visited
{
    COLOR: navy;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    background-color: transparent;
}
A:hover
{
    COLOR: white;
    TEXT-DECORATION: none;
    background-color: teal;
}

BODY
{
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(./imgs/5spatolan2.jpg);
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Serif;
    margin-left: 7%; 
    margin-right: 7%; 
    text-align: justify; 
    line-height: 13pt;
}
.titolo
{
    COLOR: teal;
    FONT-WEIGHT: bold;
    background-color: transparent;
}
.titologrande
{
    COLOR: teal;
    FONT-SIZE: 30;
    FONT-WEIGHT: bold;
    line-height: 2em;
    background-color: transparent;
}

.piccolo
{
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    line-height: 10pt;
}

.nobordo
{
	BORDER-STYLE: none
}
P
{
}
DIV
{
}
B
{
}
IMG
{
}
TABLE
{
}
TD
{
}
TR
{
}