@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

.pushdown {
    margin-top: 50px;
}

.bottomdown {
    margin-bottom: 80px;
}


.content {
    background-color: white;
}

article p {
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

a {
    color: blue;
    text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 40px;
	padding-bottom: 20px;
}

/* Headings */
h1 {
	font-size: 2.0em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

ul {
    margin-left: 35px;
}
