﻿body {
	margin: auto;
	color: black;
	max-width: 1024px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
	font-family: sans-serif, Helvetica !important;
	font-size: larger !important;
}

.demo {
	color: white;
	background-color: #1B4761 !important;
	border-top: 2px #ED773C;
	max-width: 1024px;
	border-bottom: 2px #ED773C;
}

.header {
	color: white;
	text-align: center;
	background-color: #CE0609 !important;
	font-size: xx-large;
	border-bottom: 1px solid black;
}

.navigation {
	width: 100%;
	color: #CE0906;
	background-color: #f5f5f5;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.footer {
	font-size: smaller;
	width: 100vw;
	color: #CE0609;
	background-color: #F5F5F5;
	border-top: 1px solid black;
	max-width: 1024px;
	font-family: Arial;
}

