html, body
{
	height: 100%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	font-family: Monospace;
	-moz-user-select : none;
	-webkit-user-select: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

button:hover
{
	text-decoration: none;
}

input[type=button]:hover
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

button:visited
{
	text-decoration: none;
}

input[type=button]:visited
{
	text-decoration: none;
}

#myVideo
{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.domain
{
	font-family: sans-serif;
	font-size: 120%;
	line-height: 2em;
	background-color: transparent;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 1px black;
	color: #ededed;
}

.timebox
{
	font-family: Monospace;
	font-size: 300%;
	background-color: transparent;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 1px black;
	color: #ededed;
}

@media print
{
	.noPrint, .noPrint *
	{
		display: none !important;
	}
}