body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}

#header {
	margin-bottom: 30px;
}
h2 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;

	border-bottom: 1px dotted #999;
}

ol {
	list-style-type: decimal;
	margin-bottom: 30px;
}
ol li {
	margin-left: 30px;
	line-height: 1.6;
}
ul {
	list-style-type: disc;
	margin-bottom: 30px;
}
ul li {
	margin-left: 30px;
	line-height: 1.6;
}
p {
	margin-bottom: 30px;
	line-height: 1.6;
}
strong {
	font-weight: bold;
	margin: 0 3px;
}

a.button {
	display: block;
	width: 10em;
	margin: 5px auto;
	text-decoration: none;
	padding: 8px 0;
	color: #fff;
	background-color: #f69;
}
a.button:link,
a.button:active,
a.button:visited {
	text-decoration: none;
	color: #fff;
}
a.button:hover {
	background-color: #000;
}

img.qrcode {
	margin: 5px;
	padding: 7px;
	border: 1px solid #ccc;
}

span.small {
	font-size: x-small;
	line-height: 2;
}
#footer {
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}

