* {
	margin: 0;
	padding: 0;
}

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

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,
ul li,
ol li {
	font-size: 1.4em;
	line-height: 1.4em;
}

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

p {
	margin-bottom: 15px;
}

fieldset {
	border: 0;
}

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