<style type="text/css"><body  BACKGROUND="http:://drawbridgestudio.com/images_ebay/">


body {
	font-family: Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

img.title {
	display: block;
	margin: 0;
}

img.diagram {
	display: inline;
	float: right;

	margin-left: 10px;

	width: 300px;
}

ul.navbar {	
	float: left;

	padding: 0;
	margin: 0;

	width: 145px;

	text-align: center;
	list-style-type: none;
}

li.navitem {
	float: left;

	height: 60px;
	width: 60px;

	margin: 0;
	padding: 5px;
	text-align: left;
}

a.navlink {
	display: block;

	border: 3px solid #aaaaaa;
	background: #666699;

	color: #ffffff;
      font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	
	padding: 2px; 
	padding-top: 28px;

	height: 22px;
	width:  50px;
}

a.navlink:hover {
	background: #8888bb;
}

div.content {
	float: left;

	width: 60%;	

	margin: 10px;
	margin-top: 1px;

	font-size: 8pt;
	line-height: 1.5;
}

span.pagetitle {
	display: block;
	width: 100%;

	color: #666699;
	font-size: 10pt;
	
	border-bottom: 2px solid #666699;	
}

p.copyright {
	display: block;
	clear: both;

	font-size: 7pt;
	font-style: italic;
	text-align: left;

	margin-top: 10ex;
}


table.sample {
	border-width: thick thick thick thick;
	border-spacing: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: separate;
 background-image:  url(http://www.drawbridgestudio.com/images_ebay/WHITEFLOWERbkgrWEB.jpg);
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
</style>

<table class="sample">
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table>
