body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #eee;
	padding: 100px 0px 0px 0px;
}
table {
	border: 1px dashed #999;
}
td.text {
	background-color: #fff;
	line-height: 150%;
	padding-left: 40px;
	padding-right: 40px;
}

a {
	padding-bottom: 1px;
	border-bottom: thin dashed #666;
	color: #333;
	text-decoration: none;
}
a:hover {
	padding-bottom: 1px;
	color: #333;
	text-decoration: none;
	border-bottom: thin dotted #666;
}

h1 {
	font-size: 100%;
}
