body {
	background-color: #666633;
	margin: 0px;
	color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	background-image: url(images/bicyclebg.jpg);
}

h1 {
	font-weight: bold;
    font-size: 12px;
    background-color: #666633;
    height: 16px;
	margin: 0px;
	margin-bottom: 8px;
}
div.text {
    font-size: 11px;
    text-align: justify;
    padding: 8 px;
	color: #ffffcc;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}

a.two:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.two:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.two:hover {
	text-decoration: none;
	color: #ffffff;
}
a.two:active {
	text-decoration: none;
}

table {
font-size:10px;
}
td.foot {
   color:#333300; 
   font-weight:bold; 
   font-size:10 px;
}
td.smallprint {
	font-size: 10px;
	color: #ffffff;
}