body {
	/* font: 0.75em "Helvetica Neue",Helvetica,arial,sans-serif; */
	font: 1em "Helvetica Neue",Helvetica,arial,sans-serif;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
small {
	line-height: 120%;
	font-size: 10px;
	color: #6c6c6c;
}
p {
	margin: 0.5em 0 0 0;
	/* font-size: 16px; */
	/* line-height: 1.6em; */
	font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
}
big {
	font-size: larger;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
	color: #6C6C6C;
}
h5 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	font-family: "Lucida sans", Verdana, sans-serif;
	font-style: italic;
}
a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a:active:not(.btn) {
	text-decoration: underline;
	color: #345bd2;
}
a:hover {
	text-decoration: none;
	color: #64bf5f;
}
