body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arlial;
}

td {
	font-size: 14px;
	color: #685C58;
	line-height: 200%;
}

td a {
	color: #9E0404;
	text-decoration: underline;
}
td a:hover {
	color: #9E0404;
	text-decoration: none;
}

table.background {
	background: transparent url(background.jpg) no-repeat left top;
}
td.footer {
	background: transparent url(footer.gif) no-repeat left bottom;
	padding-left: 50px;
}