*{
	margin: 0px;
	padding: 0px;
}
html, body{
}
body{
	height: 600px;
	width: 950px;
	font: normal normal 11px/200% sans-serif;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Helvetica, Arial, sans-serif;
	color: white;
	background: black;
	padding: 20px;
}

h2, h3{
	border-bottom: 1px solid #333;
	margin-top: 10px;
}
ol, ul{
	margin-left: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
a{
	color: #FFF;
}

ol#steps li{
	color: #666;
}
ol#steps li.selected{
	color: #FFF;
	font-weight: bold;
}

dl dt{
	float: left;
}

dl dd{
	margin-left: 10em;
}