body {
	font-size: 14px;
	color: #000;
	font-family: 'neutra-text', 'Georgia';
	background-image: url(../images/body_background.png);
	background-repeat: repeat;
}

h1, h2, h3 {
	color: #581d00;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

body a {
	color: #000;
}

p {
	text-align: justify;
	letter-spacing: 0.02em;
}

strong, b {
	font-family: 'neutra_display_titling';
}

fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}



input[type='text'], 
input[type='password'], 
select, 
textarea {
	
}

input[type='button'],
input[type='submit'],
.button-like,
label + .button-like {

}

