﻿
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: yellow;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	/* customize_link */text-decoration: none;/* customize_link */
	color: #FF7200;
}

a:hover {
/* customize_link_hover */ /* customize_link_hover */
}


/* customize_miscellaneous */ /* customize_miscellaneous */