﻿body {
	color: black;
	background-color:white;
	max-width: 1024px;
	margin: auto;
}

.w3-blue {
	/* dark blue */
	background-color: #11194A !important;
}

.w3-yellow {
	/* yellow-orange */
	background-color: #FFD007 !important;
}

.w3-border-yellow {
	border-color: #FFD007 !important;
}

.demo {
	width:100vw;
	color:#FFD007;
	background-color:#11194A;
	border-top: 2px solid #FFD007;
	border-bottom: 2px solid #FFD007;
	max-width: 1024px;
	padding: 0px 10px 0px 10px;
}

.navigation {
	color: #FFD007 !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #11194A !important;
	border-top: 2px solid #FFD007 !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;
	color:#FFD007;
	background-color:#11194A;
	border-top: 2px solid #FFD007;
	max-width: 1024px;
}
