/* CSS Document */

div#block{
	width:900px;
	float:left;
	margin:90px 0px 90px;
}

div#form{
margin:0px auto;
font-size:14px;
color:#000000;
width:500px;
text-align:center;
}

input#cancella{
width:100px;
margin:10px;
}

input#invia{
width:100px;
margin:10px;
}

input.testo,input.testoh{
width:250px;
font-size:14px;
margin:5px;
}

input.testo{
background-color:#fff;
color:#000;
}

input.testoh{
background-color:#fff;
color:#060;
}

.scritta{
font-size:14px;
text-align:justify;
margin:10px 30px;
}

a:link.scritta{
color:#060;
text-decoration:underline;
}

a:visited.scritta{
color:#060;
text-decoration:underline;
}

a:hover.scritta{
color:#CC0000;
text-decoration:none;
font-weight:bold;
}

a:link.linkform{
font-size:12px;
color:#060;
text-decoration:underline;
}

a:visited.linkform{
font-size:12px;
color:#060;
text-decoration:underline;
}

a:hover.linkform{
font-size:12px;
color:#CC0000;
text-decoration:none;
font-weight:bold;
}