
body {
	color: #fff;
	font-family: Arial, Verdana;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0px;
	font-family: Arial, Verdana;

	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 1px #000;
}

h2 {
	font-size: 18px;
	color: #878787;
	font-weight: normal;
	margin-top: 20px;
}


h3 {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	margin-top: 0;

}

.content p, .content ul li, .content ol li {
	margin-top: 0;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #a81d22;
}

a:hover {
	text-decoration: none;
}

hr {
	margin-top: 0px;
	margin-bottom: 15px;
	height: 1px;
	line-height: 1px;
	color: #232121;
	background-color: #232121;
	border: 0;
}

.date {
	font-size: 11px;
	color: #c7c7c7;
	font-weight: bold;
	margin-bottom: 20px;
}