.article .text:first-letter {
	color: #608748;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-right: 1px;
}

.article .text {
	text-align: justify;
}

.article h1 {
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: Red;
	margin: 11px 0 11px 0;
}

.article .credit {
	font-size: 11px;
}

.article h2 {
	font-size: 12px;
	margin: 16px 0 0 0;
	color: #4F4F4F;
}

.article img {
	border: 1px solid silver;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
