body {
	font: 14px/20px 'Roboto';
	color: #596168;
}

a {
	color: #f8bc4b;
}

a:hover,
a:active {
	color: #f8bc4b;
	text-decoration: underline;
}

p {
	margin-bottom: 27px;
}

h1 {
	font: 30px/30px 'Roboto Slab';
	color: #f8bc4b;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 29px;
	position: relative;
}

h1:before {
	content: ' ';
	background: url('/packages/sowelu/themes/sowelu/./img/bullet.png') left center no-repeat;
	padding: 0 15px 0 0;
}

h1:after {
	content: ' ';
	background: url('/packages/sowelu/themes/sowelu/./img/bullet.png') right center no-repeat;
	padding: 0 15px 0 0;;
}

h2 {
	font: bold 24px/25px 'Roboto';
	color: #f8bc4b;
	margin-bottom: 20px;
}