/* CSS Document */
body {
	background:#E3E3E3;
}
*:first-child+html body {
	background:#E3E3E3;
}
#mercedes-logo {
	display:none;	
}
#smart-logo {
	float:left;
	display:block;
}
h1 {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
}
h2 {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	font-size:17px;
	color:#4FB10C;
}
h3 {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	font-size:15px;
}
a {
	color:#999999;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;	
}
a:hover {
	color:#FFC26B;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;	
}
a img {
	background:none;
	padding:0;
}

a.smart {
	background:url(../images/frecce_smart.png) no-repeat 0 -45px;
	padding-left:12px;
}
a.smart:hover {
	background:url(../images/frecce_smart.png) no-repeat 0 5px;
	padding-left:12px;
}


