﻿body, td, th
{
	width: 100%;
	height: 100%;
	margin: 10px 10px;
	background-color: #474747;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
}

table
{
	background-color: #000000;
}

td, th
{
	background-color: #f2f2f2;
}

div.main
{
	text-align: center;
	width: 100%;
}

.bike
{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 250px;
}

#pagetitle
{
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}