h1 {
	font-family: "Bahnschrift SemiBold", "Arial Black", sans-serif;
	font-size: 26px;
	color: #2e4a62;
}
h2 {
	font-family: "Bahnschrift SemiBold", "Arial Black", sans-serif;
	font-size: 20px;
	color: #2e4a62;
}
h3 {
	font-family: "Bahnschrift SemiBold", "Arial Black", sans-serif;
	font-size: 18px;
	color: #2e4a62;
}
h4 {
	font-family: "Bahnschrift SemiBold", "Arial Black", sans-serif;
	font-size: 16px;
	color: #2e4a62;
}
p {
	color: #333333;
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 18px;
}

h5 {
	color: #333333;
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 16px;
}
h6 {
	color: #777777;
	font-family: Bahnschrift Light, Arial, sans-serif;
	font-size: 16px;
}
body {
	color: #333333;
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 18px;
	background-color: #F0EDE5;
	margin: 100px;
	padding: 10px;
}

a:link {
	color: #2E4A62;
}
a:visited {
	color: #6B5B95;
}
a:hover {
	color: #9C9A40;
}
a:active {color: #d2691e;
}
li {
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	list-style-position: outside;
}
ul {
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 16px;
	list-style-position: outside;
	color: #333333;
	list-style-type: disc;
}
dd {
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

dt {font-family: Bahnschrift, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
ol {
	font-family: Bahnschrift, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	list-style-position: outside;
	
}
