@charset "iso-8859-1";
body {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	font-weight: bold;
}
hr {
	clear: both;
	visibility: hidden;
}
a:link {
	color: #6699cc;
	text-decoration: none;
} 
a:visited {
	color: #6699cc;
	text-decoration: none;
} 
a:hover {
	color: #ffffff;
	background: #6699cc;
	text-decoration: none;
}
.videoContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

iframe {
	/* optional */
	width: 100%;
	height: 100%; 
}