strong, b, 
.articleContent strong, 
.articleContent b {
	font-weight: bold;
	color: inherit;
}
.articleContent a b {
	color: white;
}

em, 
.articleContent em {
	font-style: italic;
	color: inherit;

}

.articleContent h1 {
	font-size: 200%;
	font-weight: normal;
}
.articleContent h2 {
	font-size:  26px;
	font-weight: normal;
}
.articleContent h3 {
	font-size: 22px;
	font-weight: normal;

}
.articleContent h4 {
	font-size: 20px;
	font-weight: normal;
}
.articleContent h5 {
	font-size: 18px;
	font-weight: normal;
}
.articleContent h6 {
	font-size: 16px;
	font-weight: normal;
}
blockquote {
	margin: 2%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;

}

blockquote, blockquote * {
	color: #999999;
}
.articleContent ul {
	margin: 1em 0;
}
.articleContent ul li{
		margin-left: 4%;
		list-style-type: disc;
}

.articleContent a{
	background: #EAEAEA;
	color: black;
	padding: 0 3px;
	text-decoration: none;
}
.articleContent a:hover{
	background: #000000;	
	color: #EAEAEA;
	text-decoration: none;
}
.articleContent a.non_background:hover, 
.articleContent a.non_background{
	background: none;	
	color: #EAEAEA;
	text-decoration: none;
}

.articleContent img.align_left {
	float: left;
	margin: 5px 5px 5px 0;
}
.articleContent img.align_right {
	float: left;
	margin: 5px 0px 5px 5px;
}

.articleContent img.align_center {
	margin: 5px auto;
	clear: both;
	display: block;
}