.corpo
{
    background-image:url("images/bg.gif");
    background-attachment : fixed;
    font-size : 14px;
    color: white;
    text-decoration : none;
    text-align: justify;
    font-family : Arial;
    font-weight : bold;
}

td,ul
{
    font-size : 14px;
    color: white;
    text-decoration : none;
    text-align: justify;
    font-family : Arial;
    font-weight : bold;
}

.titolo
{
    font-size : 16px;
    color : #FFFF80;
    text-decoration : none;
    font-weight : bold;
    font-family : Arial;
}

A:link, A:visited 
{ 
 text-decoration: none;
 font-family : Arial;
 font-size : 14px;
 font-weight : bold;
 color: yellow
}
	
A:hover 
{ 
 text-decoration: underline; 
 font-family : Arial;
 font-size : 14px;
 font-weight : bold;
 color: red
}

