/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 3, 2022 */
@font-face {
	font-family: 'Open Sans';
	src: url('/data/font/opensans-bold-webfont.woff2') format('woff2'),
		 url('/data/font/opensans-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/data/font/opensans-bolditalic-webfont.woff2') format('woff2'),
		 url('/data/font/opensans-bolditalic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/data/font/opensans-italic-webfont.woff2') format('woff2'),
		 url('/data/font/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/data/font/opensans-regular-webfont.woff2') format('woff2'),
		 url('/data/font/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 0px;
} 
header {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 35px;
}
a {
	color: #bbf;
}
header a {
	color: white;
	text-decoration: none;
}
header a:visited {
	color: white;
	text-decoration: none;
}
header img {
	position: absolute;
	left: 0;
	height: 45px;
}
header {
	margin: 0px;
	padding: 0px;
	background-color: rgba(200,200,200,0.4);
	height: 50px;
}
footer {
	background-color: rgba(200,200,200,0.4);
}
