* {
	margin: 0;
	padding: 0;
}

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

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

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3, h4 {
	font-size: 1.4em;
}

a {
	color: #3F6E99;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

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

li li {
	font-size: 1.0em !important;
}

p {
	margin-bottom: 15px;
}

fieldset {
	border: 0;
}

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