body {
	font-family: Bitter, Georgia, Verdana, Sans-serif;
	background: #ffffff;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px;
	}

h1, h2, h3 {
	color: #000;
	margin-top: 30px;
	margin-bottom: 25px;
	line-height: 120%
	}

h1 {
	font-size: 32px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 20px
}

h3.top {
    margin-top: 10px;
}

p {
	line-height: 145%;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 16px
	}

ol, ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px; /* matches typical paragraph left indent */
    font-family: Bitter, Georgia, Verdana, Sans-serif;
    font-size: 16px;
    line-height: 145%;
    color: #000;
}

ol {
    list-style-type: decimal;
}

ol li {
    margin-bottom: 12px;
}

ul {
    list-style-type: disc;
}

ul li {
    margin-bottom: 12px;
}

/* Nested lists indent slightly more */
ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 22px;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 2px dotted #000;
	}

a:hover {
	text-decoration: none;
	border-bottom: 2px solid #000;
	}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 2px dotted #000;
}

#floating-menu-container {
    display: none;
}

  
@media screen and (max-width: 1000px) {
		body {margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px; border: 0; padding: 40px; padding-top: 0;}
	h1 {font-size: 34px;}
	h2 {font-size: 28px}
	h3 {font-size: 22px;}
	p {font-size: 22px}
	blockquote {font-size: 22px;}
	hr {margin-top: 30px; margin-bottom: 30px}
}
