body
{
	/* Font */
	font-family: 'Karla', sans-serif;
	font-size: 14px;

	/* Text color */
	color: #5c5c5c;

	/* Remove the background color to make it transparent */
	background-color: #e8e8e8;
}

a {
	text-decoration:none;
	color:#d3031d;
	font-weight:700;
}
a:hover, a:focus {
	text-decoration:none;
	color:#69010e;
}

h1 {
	color:#69010e;
	font-size:30px;
	font-weight:700;
}

h2 {
	color:#69010e;
	font-size:22px;
	font-weight:700;
}

h3 {
	color:#d3031d;
	font-size:18px;
	font-weight:700;
}

h4 {
	color:#7e6666;
	font-size:14px;
	font-weight:700;
}

h5 {
	font-size:14px;
	font-weight:700;
}