@charset "utf-8";

#content #articleHeading { /* "div" #heading represents the heading area of each article page that contains the "h1" title name. */
	font: 1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	padding: 3px;
}
#mainArea #articleContent {
	padding-top:1em;
}
#mainArea #articleContent ul {
	padding-left:1em;
	padding-bottom:1em;
}
#mainArea #articleContent li {
	padding-left:.2em;
	margin-left:1em;
}
#mainArea #articleContent ol {
	padding-left:1.3em;
	padding-bottom:1em;
}