.corpo
{
    background-attachment : fixed;
    color: black;
    text-decoration : none;
    font-family : Verdana;
    font-size : 12px;
    font-weight :bold;

}

td,ul
{
    color: black;
    text-decoration : none;
    font-family : Verdana;
    font-size : 12px;
    font-weight :bold;

}

b
{
    color: blue;
    font-weight :bold;
}


.titoletto
{
    font-size : 14px;
    color : yellow;
    background-color:blue;
    text-decoration : none;
    font-weight : bold;
    font-family : Verdana;
    font-style : oblique;
}

A:link, A:visited
{
 text-decoration: none;
 font-family : Verdana;
 font-size : 12px;
 font-weight :bold;
 font-style : normal;
 color: red
}

A:hover
{
 text-decoration: underline;
 font-family : Verdana;
 font-size : 12px;
 font-weight : bold;
 font-style : normal;
 color: blue
}