* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a { color: #A55239; text-decoration: underline; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #6A6D58;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}

p, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

li li {
	font-size: 1.0em;
}

fieldset {
	border: 0;
}

label {
	font-weight: bold;
	cursor: pointer;
}

img {
	border: none;
}