h2 {
	font-size: 18px;
	font-weight: 700;
	color: black;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	font-weight: 550;
	color: #021E3D;
	margin-bottom: 6px;
}

.article {
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	color: #333333;
	width: 675px;
	float: left;
}

.article .components {
	float: left;
	}
#articleImage {
	border: 2px solid black;
	margin: 0px 15px 15px 0px;
}
p#author {
	font-weight: 900;
	margin-top: 5px;
}
span.bold {
	font-weight: 800;
}
#commentsArea span.name {
	color: #1B3067;
	font-weight: 900;
	}
#commentsArea span.date {
	font-size: 10px;
	color: #888888;
	}
