

body {
	font-family: Georgia, serif;
    line-height: 1.9em;
}

/*default text colors */
p, label, li {
	color: #7D6A55;
}

h1, h2, h3, h4, h5, h6, input, textarea, select {
   font-weight: 100;
	font-size: 15px;  
	color: #5C3301;
}

h1 {
    letter-spacing: -0.02em;
}

h2 {
 	font-size: 40px;
   letter-sapcing: -0.02em;

}

h3 {
    font-size: 140%;
    margin-bottom: 10px;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

quote, code, fieldset {
    margin: 0;
}

p {
	font-size: 14px;
   margin-bottom: 1em;
}

/* links */
a:link, a:visited {
   text-decoration: inherit;
	color: #5C3301;
	outline: none;
}

a:hover {
	text-decoration: none;	
}

a:active, a.active {
	color: inherit;
}

hr {
    background-color: green;
    height: 1px;
}

ul, ol, dl {
    padding-left: 0px;
	margin-bottom: 1em;
}

li {
	font-size: 14px;
   padding-left: 0px;
}

table {
	margin: 0;
   width: 100%;
}

strong {
    font-weight: bold;
    font-style: italic;
}

code {
    padding: 10px;
}


input, textarea, select {
	font-size: 14px;
}