body {
	background-color: #202727;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #aa0723;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #AA0723;
	margin-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: .1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #202727;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #AA0723;
	margin-bottom: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: lighter;
	color: #999999;
	margin-bottom: 0px;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #292929;
	margin-bottom: 20px;
	line-height: 1.2;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1.2;
	font-weight: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-size: 80%;
	color: 292929;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}
.sidebar {
	float: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: url(../images/rc-bg.png);
	background-repeat: no-repeat;
}
a:link {
	color: #AA0723;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
