@charset "utf-8";
body	{
	background:#fcfcfc;
	color:#000;
}
nav	{
	text-align:center;
}
section#main	{
	width:600px;
	margin:2em auto;
	}
#info	{
	margin:2em;
}
#info h2, #info li{
	font-size:normal;
}
#info li	{
	list-style:none;
}
.dl	{
	text-align:center;
	font-weight:bold;
	}
	