body {
	font-family: 'Ruda', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333333;
	margin: 15px;
	background-color: #f2f4f5;
}

div#content {
	padding: 15px;
	background-color: #ffffff;
}

p {
	margin: 0 0 10.5px;
}

h1 {
	color: #019fdf;
	font-size: 30px;
	color: #2195ea;
	display: block;
	font-weight: 500;
}

h1, h2, h3 {
	margin-top: 21px;
	margin-bottom: 10.5px;
}

h2 {
	font-size: 18px;
	font-weight: 900;
	margin: 21px 0;
}

h3 {
	font-size: 16px;
	font-weight: 900;
	margin: 21px 0;
}

a:hover, a:focus {
	color: #106bae;
	text-decoration: underline;
}

a {
	color: #2195ea;
	text-decoration: none;
}

