body {
	background: #ffffff;
	color: #333333;
}
body,th,td {
	word-break: break-all;
	font-size: 10pt;
}
h1 {
	text-align: center;
	font-size: 24pt;
}
h2 {
	font-size: 12pt;
}
a:link {
	text-decoration: underline;
	color: #0000ff;
}
a:visited {
	text-decoration: underline;
	color: #4682b4;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
caption {
	font-size: 10pt;
	text-align: center;
}
sup {
	color: #ff0000;
}

#input {
	border-collapse: collapse;
	background: none;
}
#input td {
	padding: 3px;
	border: 1px solid #333333;
}
