/* @override http://100percentproof.dev/style/typography.css */

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

/*
Edited for Concrete5 use by overthemike
http://www.overthemike.com
All design credit goes to Free Css Templates (above)
*/

body {
	margin: 0;
	padding: 0;
	/* customize_body */ font: normal normal 14px/1.8em "Lucida Grande", Lucida, Verdana, sans-serif; /* customize_body */
	/* customize_body */ color: #5A554E ; /* customize_body */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	/* customize_h1 */ font: normal normal 2em Georgia, "Times New Roman", Times, serif; /* customize_h1 */
	/* customize_h1 */ color: #ff2325;
	margin-bottom: 12px;
}

h2 {
	/* customize_h2 */ font: normal normal 2.4em Georgia, "Times New Roman", Times, serif; /* customize_h2 */
	/* customize_h2 */ color: #32639A; /* customize_h2 */
}

h3 {
	/* customize_h2 */ font: normal normal 1.6em Georgia, "Times New Roman", Times, serif; /* customize_h2 */
	/* customize_h2 */ color: #32639A; /* customize_h2 */
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}

p{
	/* customize_p */ font: normal normal 12pt/1.4em Georgia, "Times New Roman", Times, serif; /* customize_p */
	/* customize_p */ color: black; /* customize_p */
}

ul{
	/* customize_ul */ font: normal normal 14px Georgia, "Times New Roman", Times, serif; /* customize_ul */
	/* customize_ul */ color: #5A554E ; /* customize_ul */
}

ol{
	/* customize_ol */ font: normal normal 14px Georgia, "Times New Roman", Times, serif; /* customize_ol */
	/* customize_ol */ color: #5A554E ; /* customize_ol */
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	 customize_links  font: normal normal 14px Georgia, "Times New Roman", Times, serif; customize_links 
	 customize_links  color: #516C00;
	color: #ff2325;
}

a:hover {
	 customize_links_hover  font: normal normal 14px Georgia, "Times New Roman", Times, serif; customize_links_hover 
	 customize_links_hover  color: #516C00;  customize_links_hover 
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}