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

.articleContent strong em,
strong em, 
.articleContent em strong,
em strong{
	font-weight: bold;
	font-style: italic;
}
em, 
.articleContent em {
	font-style: italic;
	color: inherit;

}

.articleContent h1 {
	font-size: 200%;
	font-weight: bold;
}
.articleContent h2 {
		font-size: 180%;
	font-weight: bold;
}
.articleContent h3 {
		font-size: 160%;
	font-weight: bold;
}
.articleContent h4 {
	font-size: 140%;
	font-weight: bold;
}
.articleContent h5 {
	font-size: 120%;
	font-weight: bold;
}
.articleContent h6 {
	font-size: 100%;
	font-weight: bold;
}

.articleContent img {
	max-width: 552px;
}

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{
	color: #e43b89;
	text-decoration: none;
}
.articleContent a:hover{
	color: #e43b89;
	text-decoration: underline;
}

.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;
}