/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }

/* #Basic Styles
================================================== */
	body {
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 30px;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal;
		text-align: center; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 10px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; font-weight: bold; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { text-align: center; }
	.sixteen p { display: inline-block; width: 100%; text-align: center; margin-bottom: 20px; }

	em { font-style:italic; }
	strong { font-weight: bold; }

/* #Colors
================================================== */
	.red a		{ background-color: #da2c2c; }
	.blue a		{ background-color: #2c51da; }
	.green a		{ background-color: #12d557; }
	.orange a	{ background-color: #ffb400; }
	.purple a	{ background-color: #9913df; }
	.yellow a	{ background-color: #ffde00; }
	.pink a		{ background-color: #f9bbf8; }
	.teal a		{ background-color: #00afff; }

/* #Links
================================================== */
	a, a:visited {
		display: block;
		border-radius: 15px;
		outline: 0;
		padding: 10px 0 14px 0;
		margin: 5px 0 5px 0;
		color: #000;
		text-decoration: none;
	}
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; padding: 0; text-decoration: underline; display: inline; }
	
.cursive { font-family: 'Niconne', cursive; font-size: 160%; }
.sixteen h5 { color: #da2c2c; font-weight: bold; font-size: 16px; }