@charset "utf-8";

body {
	background-color: #9E150D;
	margin: 15px 20px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.content {
	font-size: 16px;
	font-family: Calibri, Tahoma, Verdana;
}
.header {
	font-size: 24px;
	font-family: Calibri, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.small_text {
	font-size: 11px;
	font-family: Calibri, Tahoma, Verdana;
	color: #000000;
}
.small_posted {
	font-size: 11px;
	font-family: Calibri, Tahoma, Verdana;
	color: #CCCCCC;
}
.header_posted {
	font-size: 24px;
	font-family: Calibri, Tahoma, Verdana;
	font-weight: bold;
}

