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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h1, h2 { font-weight: bold; margin: 5px 0; }
p { font-size: 1em; padding: 10px 0; margin: 5px 0; }
ul { padding-left: 1px; margin: 10px 0 20px 0; list-style-type: none; } //list-style-type: disc
li { margin-left: 10px; margin-bottom: 5px; padding-left: 10px; }
header, article, aside, footer { border: 1px solid #f6f4df ; 
padding: 10px 1em; margin: 0 5% 10px; } 
header { margin-top: 10px }
body { background-color: #f6f4df; /* */
header, article, aside, footer {border: 1px solid #f6f4df; /* */
padding: 10px 1em; margin: 0 5% 10px; } 

header, article, aside, footer { font-family: Helvetica, sans-serif; }
img { max-width: 100% }

@media only screen and (min-width: 40em) {
body { background-color: #f6f4df ; }

header, article, aside, footer { border: 1px solid #f6f4df ; 
padding: 10px 1em; margin: 0 5% 10px; font-family:courier,arial,helvetica;} 
p { font-family: Apple Chancery, cursive; background-color: #f6f4df }
}

header { background-image: url(images/banner.jpg); background-position: center top; }
li { padding-top: 10px; }
article { font-size: 1.2em; background-color: #f6f4df } /* */

li a { color: white; margin-left: 3px; }

.navcolor > li > a:hover {
	text-decoration: none;
	color: #f0f !important;
}
.topcolor > a:hover {
	text-decoration: none;
	color: #f0f !important;
}
.fbcolor > p > a:hover {
	text-decoration: none;
	color: #f0f !important;
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

