

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

h1, h2, h3, h4, h5 {
	font-weight: normal;
	/* customize_headings */color: #555; /* customize_headings */
}

h1 {
	/* customize_h1 */ font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em; /* customize_h1 */ 
}

h2 {
	/* customize_h2 */ font-size: 2em; /* customize_h1 */ 
}

h3 {/* customize_h3 */ 
	font-size: 1.6em;
	/* customize_h3 */ 
}
h4 {
	/* customize_h4 */ 
	font-size: 1.4em;
	/* customize_h1 */ 
}
h5 {
	/* customize_h5 */ 
	font-size: 1.2em;
	/* customize_h5 */ 
}

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

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

a:hover {
	text-decoration: underline;
	/* customize_link_hover */ color: #2bbbf6; /* customize_link_hover */
}

