body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../../img/sfondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.copy {
	font-size: 11px;
	color: #646464;
	text-decoration: none;
	
	background-image: url(../../img/chopper.jpg);
	background-repeat: no-repeat;
	padding-top:130px;
	vertical-align:top;
}
.realizzazioni {
	color: #c9c5c5;
	background-color: #b40c0c;
	padding-right: 10px;
	padding-left: 10px;
}
.biancobold {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bordogiallo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
.giallobold {
	font-weight: bold;
	color: #efae13;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

