﻿body {
	color: #faf8f9;
	max-width: 1024px;
	margin: auto;
	background-color: #faf8f9;
}

.w3-white {
	/* leta grey */
	background-color: #faf8f9 !important;
}
.w3-red {
	/* leta logo red */
	background-color: #fc1924 !important;
}

.w3-orange {
	/* leta orange red */
	background-color: #fdd600 !important;
}

.w3-black {
	/* leta logo black */
	background-color: #000000 !important;
}

.w3-border-red {
	border-color: #fc1924 !important;
}

.navigation {
	color: #fdd600 !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #000000 !important;
	border-top: 10px 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;
}

.tablecontent {
	color: black;
}

.footer {
	width: 100vw;
	color: #fdd600;
	background-color: #000000;
	border-top: 2px solid #FFD007;
	max-width: 1024px;
}
