@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
margin: 0;
padding: 0;
}
table
{
border-collapse: collapse;
border-spacing: 0;
font-size: 36px;
}
fieldset, img
{
border: 0;
margin: 0;
padding: 0;
}
input, button, textarea, select, optgroup, option
{
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
input, a{outline: none;}
:focus, a:focus{-moz-outline-style: none;}
:active, a:active {outline: none;}
input::-moz-focus-inner { border: 0; }

body
{
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #000000;
}

#main
{
	position: relative;
	width: 1024px;
	margin: 0px auto;
	padding-left:10px;
	padding-right:10px;
}

#header
{
	text-align:center;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu li a
{
	display: block;
	width: 100px;
	background-color: #4CAF50;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	margin-left: 8px;
}

#normal
{
	clear: both;
}

#normal p
{
	margin-bottom:10px;
}

h1
{
	font-size: 48px;
	margin-bottom: 20px;
}

h2
{
	font-size: 70px;
	margin-bottom: 20px;
}

h3
{
	font-size: 36px;
	margin-bottom: 20px;
}

ul
{
	list-style-position: outside;
	margin-left: 40px;
}

ol
{
	list-style-position: outside;
	margin-left: 40px;
}

#footer
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}