/* ------------------------------------------------

	Definizione degli stili html di default

------------------------------------------------ */
body {
	background: #87be46 url('../immagini/trattori-usati.png') 50% 0 repeat-x;
	/*background: #87be46 ;*/
	margin: 0px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#282828;
}
p {
	margin: 0.5em 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
iframe {
	width: 95%;
	border: 0px;
}