.paddedcell {
	padding: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}
.topline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
