p {
	text-indent: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 1.5em;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	line-height: 1.3em;
}
code, .code {
	font-family: "Courier New", Courier, monospace;
	background-color: #CCCCCC;
	font-size: 12px;
}

.codeConvention {
	background-image: url(http://www.blogjava.net/images/blogjava_net/jeff-lau/28552/o_code_convention.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	border: 1px solid #CCCCCC;
}

.notice {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://www.blogjava.net/images/blogjava_net/jeff-lau/28552/o_notice.png);
	border: 1px solid #FF0000;
}


.keyword {
	color: #660033;
	font-weight: bold;
}

#content {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "宋体", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h1, #content h2, #content h3, #content p, #content li {
	line-height: 150%;
}
#content h2 {
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	font-size: medium;
}
#content h2.red {
	color: #993333;
}
#content strong.heading {
	font-weight: bold;
	display: block;
}

