/*html{
	background:#ccc;
}

body {
	background: #fff;
	color: #000;
	margin: 16px auto;
	padding:48px;
	width:700px;
	font-size:13px;
	line-height:16px;
	text-align:left;
	font-family: Verdana;
}
*/
.article {
	padding:16px;
}

.article h1{
	text-align:center;
	line-height:32px;
	font-weight:bold;
	font-size:189%;
	margin-bottom:16px;
}

.article h2{
	text-align:left;
	letter-spacing:1px;
	font-weight:bold;
	width:80%;
	border-bottom:1px solid #ccc;
	font-size:18px;
	text-indent:16px;
	padding-top:8px;
	padding-bottom:3px;
	margin-bottom:12px;
	color:#113080;
}

.article h3{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding:8px 0;
	margin-left:16px;
	color:#113080;
}

.article h4{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
	margin-left:16px;
}

.article ol, .article ul{
	margin:-8px 8px 0;
	padding-bottom: 8px;
}

.article ol ol,
.article ul ul,
.article ol ul,
.article ul ol{
	margin:0;
	margin-bottom:-8px;
}

.article p > ol, .article p > ul{
	margin:8px 8px 0;
	padding-bottom: 0;
	margin-bottom: 8px;
}

.article li{
	text-align:justify;
	margin-left:32px;
}

.article ul ul li,
.article ol ol li,
.article ul ol li,
.article ol ul li{
}

.article ol li{
	list-style-type:decimal;
}

.article ul li{
	list-style-type:square;
}


.article p{
	text-align:justify;
	margin-bottom:16px;
}

.article code{
	font-family: monospace;
	color:grey;
	font-style: italic;
}

.article table{
	margin-bottom:16px;
	border:1px solid grey;
	border-collapse: collapse;
}

.article thead{
	text-align:center;
	font-weight:bold;
	background:#71a0c0;
}

.article tr{
	height:31px;

}

.article td{
	border:1px solid #888;
	padding: 0 8px;
}

.article img {
	margin:15px 0;
	border: 1px solid #aaa;
}

.article pre{
	whdite-space: nowrap;
	margin-bottom:0px;
}

.article .Subtitle {
	font-size : 14px;
	font-weight : bold;
	line-height : 16px;
	text-align : center;
	margin-bottom: 16px;
}

.article .author {
	margin-top: 15px;
	font-weight: bold;
	text-align: center;
	background-color : #f4e6b5;
	border-top : solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

.article .subtitle {
	color : #2751d0;
	float : left;
	font-size : 14px;
	bottom : 20px;
	left : 40px;
	top : -10px;
	position : relative;
	text-transform : capitalize;
	margin-bottom: 10px;
  }

.article #toc{
	background: #fafaea;
	width:70%;
	border: 1px solid #ccc;
	padding-bottom:16px;
	margin:31px 0;
}
.article #toc li{
	margin-bottom:0;
}
.article a.toc {
	/*display:block;*/
	color : #555;
	/*padding-left : 16px;*/
	text-decoration : none;
}


.article .source {
	background-color : #FFFFDB;
	border : #aaa solid 2px;
	padding: 5px;
	margin: 10px;
	overflow:auto;
  }

.article .chapter {
	bottom : 10px;
	top: 10px;
	padding-top : 5px;
	top : 5px;
}

.article a {
	font-weight: bold;
	text-decoration: none;
	color : #34176F;
}

.article a:hover {
	text-decoration: underline;
}
