/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Modified for Concrete5 by Jordan Lev - http://jordanlev.com */

body {
	/* customize_body */ font: normal normal normal 12px Arial, Helvetica, sans-serif; /* customize_body */
	/* customize_body */ color: #000000; /* customize_body */
}

h1, h2, h3 {
	font-weight: normal;
	color: #023848;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	line-height: 180%;
}

a {
	text-decoration: none;
	/* customize_link */ color: #4486C7; /* customize_link */
}

a:hover {
	text-decoration: underline;
	/* customize_link_hover */ color: #8A8A8A; /* customize_link_hover */
}

