html { background: #fff; }

body {
	background: #fff;
	color: #000;
	font: 90%/175% Osaka, Verdana, sans-serif;
	margin-left: 15%;
	margin-right: 15%;
}

h1 {
	color: #006;
	font-size: 18px;
	font-weight: lighter;
}

h2 { font-size: 16px; }

p, li, dt {
	line-height: 140%;
	padding-bottom: 2px;
}

ul, ol { padding: 5px 5px 5px 20px; }

#logo { margin-bottom: 2em; }

.step a, .step input { font-size: 1em; }

th {
	background-color: #f7f7f7;
	text-align: left;
	padding-left: 3px;
}

td input { font-size: 1.5em; }

.step { text-align: right; }

#footer {
	text-align: center; 
	border-top: 1px solid #ccc; 
	padding-top: 1em; 
	font-style: italic;
}