/* CSS Document */

p {color:#4282E3}
			
.testo
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
font-size: 10px;
font-weight: normal;
color: black;
}

.testo a:link
{
text-decoration: none;
color: #4282E3;

}

.testo a:visited
{
text-decoration: none;
color: #4282E3;

}

.testo a:hover
{
text-decoration: underline;
color: #000000;

}

.left {float:left; margin:30px;}
