body {
	color: #555;
	font-size: 15px;
	background: #ededed;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1, h2, h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 37px;
	font-style: italic;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
h3+p {
	margin-top: 0;
}
h1.big {
	font-size: 50px;	
}
.introtext {
    font-size: 22px;
}
p {
	margin: 10px 0;
}
.button-custom {
	background: #005d96 none repeat scroll 0 0;
	color: white;
	display: inline-block;
	font-size: 16px;
	margin: 0 15px 0 0;
	padding: 6px 15px;
	text-decoration: none;
}
img[align="left"] {
	margin: 0 50px 20px 0;
	clear: left;
}
img[align="right"] {
	margin: 0 0 20px 50px;
	clear: right;
}
