body {
	background-image: url(images/ktm450exc2006.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

body,
h1,
h2,
h3,
div,
span,
p,
a, 
table,
tr,
td
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
	color: #FF8000;
}

td {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 20px;
}

a {
	color: #FF8040;
	text-decoration: none;
	border-bottom: 1px dotted #FF8040;
}

a:hover {
	color: #FFFFFF;
	background-color: #FF8040;
	border-bottom: none;
}

.marco {
	width: 800px;
}

div.marco {
	position: relative;
	text-align: justify;
	margin-left: -400px;
	left: 50%;
	
}

.small {
	font-size: 10px;
}

