@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.5em;
    background-color: #fff;
    color: #000;
}

a {
	text-decoration: none;
    color: #000;
}

#menu, #breadcrumb, #servizio, .validate {
	display: none;
}

#logo a span {
	font-size: 2.2em;
    font-weight: 800;
}

#footer {
	color: #666;
    border-top: 1px solid #666;
}