﻿body {
	color: #555;
	font: normal 16px/normal 'Abel', 'Open Sans', Arial, Tahoma, sans-serif;
}
h1 {
	color: #0055a5;
	font: 600 40px 'Roboto Slab','Open Sans', Arial, Tahoma, sans-serif;
}
h2 {
	color: #262626;
	font: normal 20px/normal 'Roboto Slab', 'Open Sans', Arial, Tahoma, sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #262626;
	font: 700 24px/normal 'Abel', 'Open Sans', Arial, Tahoma, sans-serif;
}
h4 {
	color: #0055a5;
	font: normal 18px/normal 'Roboto Slab', 'Open Sans', Arial, Tahoma, sans-serif;
}
h5 {
	color: #0055a5;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;
	line-height: 1.5;
}
.error {
	color: red;
}
a {
	color: #0055a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}