body {
	margin: 0px;
	padding: 0px;
	background: #fff url('background.jpg') top repeat-x;
	font-family: Verdana;
	font-size: 12px;
}
img.logo {
	top:0px;
	left:0px;
}
a img.logo {
	border: none;
}

#footer {
	color: #aaa;
	margin-top: 30px;
	text-align: center;
}
#footer a {
	color: #aaa;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	padding-left: 3px;
}
h2 {
	font-size: 18px;
	padding-left: 6px;
}
p {
	padding-left: 6px;
}
table#input {
	border-collapse: collapse;
}
table#input th {
	color: #fff;
	padding: 2px;
	background-color: #6c7aa1;
}
table#input td {
	text-align: center;
}
table#input th.left {
	width: 200px;
}
table#input th.right {
	width: 100px;
}

table#output {
	border-collapse: collapse;
}
table#output th {
	color: #fff;
	padding: 2px;
	background-color: #6c7aa1;
}
table#output td {
	text-align: center;
}
table#output th.left {
	width: 200px;
}
table#output th.right {
	width: 100px;
}