/* CSS Document */


body {
	background-color: #282425;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.testo {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 140%;
	color: #282425;
	letter-spacing: 1px;
}
.rosso {
	color: #990000;
	font-weight: bold;
}

a {
	color: #521719;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

.error {
	margin-top: 20px;
	font-family: Helvetica, Arial;
	font-size: 48px;
	line-height: 140%;
	color: #CCCCCC;
	letter-spacing: 1px;
}