.corpo
{
 text-decoration: none;
 font-family : Arial;
 font-size : 13px;
 font-weight : bold;
 color: white
}

td,ul
{
    font-size : 13px;
    color : white;
    text-decoration : none;
    font-family : Arial;
}

.titolo
{
    font-size : 20px;
    color : #000080;
    text-decoration : none;
    font-family : Arial;
}

.titoletto
{
    font-size : 16px;
    color : #000080;
    text-decoration : none;
    font-family : Arial;
}
.small
{
    font-size : 11px;
    color : #000000;
    text-decoration : none;
    font-weight : bold;
    font-family : Arial;
}

A:link, A:visited 
{ 
 text-decoration: none;
 font-family : Arial;
 font-size : 13px;
 font-weight : bold;
 color: yellow
}
	
A:hover 
{ 
 text-decoration: underline; 
 font-family : Arial;
 font-size : 13px;
 font-weight : bold;
 color: red
}
