@import url("web.css");
#page{
	background:#eee;
}
#explain{
	line-height:24px;
	background-color:white;
	margin:1px;
}
#explain .title{
	font-weight:bold;
}
#explain strong{
	color:green;
}
#explain p{
	text-indent:2em;
}