@charset "UTF-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#3A381E;
}
p, li, input, label {
	font-size:14px;
	line-height:18px;
	font-weight:400;
}
p, h6,h5,h4,h3,h2,h1,li {
	margin:0.5em 0;
}

h1 {
	font-size:33px;
	line-height:27px;
}
h2 {
	font-size:25.2px;
	line-height:27px;
}
h3 {
	font-size:22.4px;
	line-height:27px;
}
h4 {
	font-size:19.6px;
	line-height:18px;
}
h5 {
	font-size:16.8px;
	line-height:18px;
}
h6 {
	font-size:14px;
	line-height:18px;
	font-weight:900;
	text-align: center;
}
strong {
	font-weight:900;
}
em {
	font-style:italic;
}
	
ul {
	list-style: circle outside;
	margin-left: 18px;
}
a, a:link, a:visited {
	color: #4C541B;
}
p a {
	text-decoration: underline;
}
label {
	display: block;
}
input[type=text] {
	padding: 3px 5px;
}
#testibox {
	width:400px;
	margin:1.3em auto;
	padding:10px 20px;
	border:2px solid #656E3C;
	background-color:#929E57;
}
#testibox p {
	color:#fff;
	font-style:italic;
}
hr {
	margin:18px auto;
	width:60%;
}
.centertext {
	text-align:center;
}

.caption {
	background-color:#ffffff;
	padding:4px;
	text-align:center;
	font-size:14px;
}
