html, body {height: 100%; padding: 0; margin: 0; background-image: url(images/background.jpg);}
#tabletop {text-align: justify; height: 100%; width: 832px; border: 0; }

#lefttable {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image:url(images/backtext.jpg);
}
#bottom {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#lefttable  h1 {
	font-size: 11px;
	font-weight:bold;
	color: #333333;
}
#lefttable  h2 {
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #260e03;
	text-decoration: underline;
}
