body {
	background-color: #000000;
	max-width: 100%;
	color: #ffffff;
	font-family: "Times New Roman","Yu Gothic";
	transition: all 400ms 0ms ease;
	font-size: 12pt;
}

a:link {
	color: #ff0000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #800000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ff8080;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #ff0088;
	background-color: transparent;
	text-decoration: none;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 1px solid red;
	position: static;
	top: 0px
}

header ul li {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
	font-size: 12pt;
}

#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid red;
	position: static;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	text-align: center;
	font-size: 1.5em;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 10%;
	padding-left: 10%;
}

.oldwebsite {
	font-size: 0.5em;
}

.logo {
	width: 5%;
	position: fixed;
}

.wlcm {
	width: 88%;
}

.entrlang {
	width: 33%;
}

.entrold {
	width: 30%;
	max-width: 200px;
}