.big_heading {
	font-size: 24pt;
	color: #B70000;
}

.central_box {
	border: 1px solid #B70000;
	padding: 5px;
	text-align: justify;
	width: 400px;
}

.align_center {
	text-align: center;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFF99;
}
.small_heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
	color: #B70000;
	font-size: 14pt;
	font-weight: bold;
}
.thumbnail {
	border: 2px solid #B70000;
	float: left;
	vertical-align: baseline;
}
.description {
	margin-left: 150px;
	font-size: 12pt;
}
.article {
	padding: 5px 15px 15px;
	text-align: justify;


}
a {
	color: #B70000;
	text-decoration: none;
}
.side_image {
	border: 2px solid #B70000;
}