﻿body {
	color: white;
	max-width: 1024px;
	margin: auto;
	background-color: white;
	font-family: Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
}

.w3-blue {
	/* dark blue */
	background-color: #014786 !important;
}

/* green: #1C9201*/

.w3-border-yellow {
	border-color: #FFD007 !important;
}

.navigation {
	color: white !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #014786 !important;
	border-top: 10px solid #1C9201 !important;
	line-height: 28px;
	max-width: 1024px;
}

.content {
	white-space: pre-wrap;
	/*	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
*/ word-wrap: break-word;
	white-space: normal;
}

.footer {
	width:100vw;
	background-color:#014786;
	border-top: 4px solid #1C9201;
	max-width: 1024px;
	font-family:Arial;
}