@charset "utf-8";
/* CSS Document */

body {
	background-color: #0B0B0B;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titoletto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EDC740;
}


.testo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align:left;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.pulsanti {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
	border-top-color: #F2CC41;
	border-right-color: #F2CC41;
	border-bottom-color: #F2CC41;
	border-left-color: #F2CC41;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.rosso {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: underline;
}
