#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  margin: auto;
}

table.header
{
	font-family: helvetica;
	width: 800px;
	background-color: #FFDD00;
}

table.header td.image
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	/*background-color: #FFFFFF;*/
	/*background-color: #FFDD00;*/
}

table.header td.gear
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	background-color: #FFFFFF;
}

table.header td.distance
{
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	/*background-color: #FFDD00;*/
	background-color: #FFFFFF;
}

table.intro
{
	width: 800px;
	font-family: arial;
	background-color: #FFDD00;
}

table.intro td
{
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 20px; /* TOP LEFT BOTTOM RIGHT /*
	border-style: inset inset inset inset;
	/*background-color: #FFDD00;*/
}

table.blog
{
	width: 800px;
	font-family: trebuchet ms;
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
}

table.blog td.date
{
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #029900;
	border-width: 1px 1px 1px 1px;
	padding: 0px 10px 0px 10px;
	border-style: inset inset inset inset;
}

table.blog td.entry
{
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #002F96;
	background-color: #BAD5E8;
}