#left {
	background:#000 url('motogp3_bg.jpg') no-repeat top center;
}
html, body {
	color:#fff;
}
h1 {
	color:#ff0000;
}
h1 a:link {
	color:#ff0000;
	text-decoration:none;
}
h1 a:visited {
	color:#ff0000;
	text-decoration:none;
}
h1 a:hover {
	color:#a9e559;
}
h1 a[name]:hover {
	text-decoration:inherit;
	color:inherit;
	background:inherit;
}
h2 {
	color:#ff0000;
	border-bottom:1px solid #5a5554;
}
h3 {

	color:#ff0000;
}
h4 {
	color:#ff0000;
}
hr {
	width:100%;
	height:1px;
	background-color:#5a5554; /* Netscape 6/7, Mozilla */
	color:#5a5554; /* IE */
	border:#5a5554; /* Opera */
	padding:0;
	margin:0 0 10px 0;
}
.tyres {
	margin:0;
	padding:0;
}
.lt {
	color:#00bbff;
}
ul.gears {
	list-style-type:none;
	margin:0;
	padding:0;
}
li.gears {
	margin:0;
	padding-left:20px;
}
.sandw {
	margin-bottom:10px;
	padding:0;
}
/* LINKS */
a:link {
	color:#00aa00;
	text-decoration:none;
}
a:visited {
	color:#008800;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
a[name]:hover {
	text-decoration:inherit;
	color:inherit;
	background:inherit;
}
a:active {
	color:#660000;
	text-decoration:none;
}
