body {
	background-color: #202020;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:hover, a:active, a:visited {
	color: #6060ff;
}

h2 {
	color: yellow;
	font-size: 100%;
	font-weight: bold;
	line-height: 98%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: center;
}

h3 {
	color: white;
	font-size: 106%;
	font-weight: bold;
	margin-top: 0;
}

h4 {
	color: white;
	p: center;
}

h5 {
	color: white;
	margin-top: 0;
	text-align: center;
}

#container {
	background-color: black;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: center;
	width: 150px;
}

#header {
	color: yellow;
	text-align: center;
}

#middle1 {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}

#middle2 {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

#menu {
	font-size: 110%;
	font-weight: 500;
	padding-left: 4px;
	text-align: left;
}

#footer1 {
	clear: both;
	color: white;
	line-height: 120%;
	text-align: left;
}

#footer2 {
	clear: both;
	color: white;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}