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

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

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 {
	margin: 5%;
}

div p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mlist {
	font-size: 16pt;
	width: 100%;
	padding: 1%;
	margin-bottom: 10px;
	border: 3px double #ff0000;
	background-color: #333333;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

audio {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ulindent {
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}

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

h1 img {
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
	min-width: 100px;
	width: 50%;
}

.explain[title] {
	color: lightblue;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted;
	cursor: help;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10+ and Edge */
	-moz-user-select: none; /* FireFox */
	user-select: none; /* Standard syntax */
}