	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;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
		background:#1e6609;
		font: normal 0.8em "Lucida Sans Unicode",sans-serif;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	.spacer {
		margin:6px 0;
	}
	.header{
	padding-top: 45px;
    padding-bottom: 80px;
    background: #6fc64b;
    margin-bottom: 20px;
	}
	h1,h1 a{
		text-align: center;
		font-size:32px;
		color: #f8f8f8;
	}
	.containter {
    max-width: 720px;
    margin: 0 auto;
    padding: 5px 10px;
    background:#b9eda3;
	}
	.content li {
	list-style: inherit;
    color: #20af0e;
    margin-left: 20px;
    margin-bottom: 5px;
	}
	.content a {
		color:#03a9f4;
	}
	footer{
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 10px;
	}

	.spacer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6fc64b;
    border-bottom: 5px solid #9ce086;
	}

	.spacer li {
	    float: left;
	}

	.spacer li a {
	    display: block;
	    color: white;
	    text-align: center;
	    padding: 14px 16px;
	    text-decoration: none;
	}

	.spacer li a:hover {
	    background-color: #111;
	}
	
/* footer */
	.footer {
		color: #999999;
		font-size: 0.9em;
		padding-bottom: 12px;
		text-align: center;
	}
	.footer a {
		color: #999999;
	}