body {
	background-color: #000000;
	font-family: arial;
}
a {
	font-family: arial;
	color: #ffffff;
	text-decoration: none;
}
a.block {
	font-family: arial;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	font-family: arial;
	color: #ffffff;
}
img.avatar_round {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid #1F69FF;
}
h1.center, h2.center, h3.center, h4.center, h5.center {
	font-family: arial;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1, h2, h3, h4, h5 {
	font-family: arial;
	color: #ffffff;
	display: flex;
	align-items: left;
	justify-content: left;
}
table {
	margin: 0 0 0 3px;
}
table th {
	font-family: arial;
	color: #ffffff;
	background-color: #1F69FF;
}
table td {
	font-family: arial;
	color: #ffffff;
	width: 152px;
}
div.center {
	padding: 10px;
	margin: auto;
	width: 960px;
}
div.float {
	width: 290px;
	padding: 10px;
	margin: 5px;
	font-family: arial;
	color: #ffffff;
	background-color: #1F69FF;
	float: left;
}
div.floattable {
	width: 320px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#TwitchEmbed {
	margin: auto;
	width: 854px;
}
p {
	font-family: arial;
	color: #ffffff;
	display: flex;
}
p.center {
	font-family: arial;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.footer {
	font-family: arial;
	color: #aaaaaa;
	justify-content: center;
}
div.footer a {
	font-family: arial;
	color: #aaaaaa;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
