/* CSS Document */


.testo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#E9E9E9;
	}
.titolo {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#E9E9E9;
}


body {
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #E9E9E9; text-decoration:none}
a:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #E9E9E9; text-decoration:none}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #E9E9E9; text-decoration:underline}

a.linkbold:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #E9E9E9; text-decoration:none}
a.linkbold:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #E9E9E9; text-decoration:none}
a.linkbold:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; font-style: normal; color: #E9E9E9; text-decoration:underline}

.bordo-sotto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #65615B;
	border-right-color: #65615B;
	border-bottom-color: #65615B;
	border-left-color: #65615B;
}
.bordo {
	border: 1px solid #FFFFFF;
}
