body {
 	background-color: black;
 	color: white;
 	text-align: center;
 	}
 	
a#returnButton {
	border: thin solid #666;
	font-family: verdana,arial,tahoma,helvetica,serif;
	letter-spacing: .1em;
	margin-left: auto;
	margin-right: auto;
	padding: .3em .5em .3em .5em;
	text-decoration: none;
	}
	
a:link, a:visited {
 	color: aliceblue;
 	text-decoration: none;
 	}

a:hover {
 	color: skyblue;
 	text-decoration: underline;
 	}

a:active {
 	color: dodgerblue;
 	text-decoration: underline;
 	}
 	
div#copyright {
	margin-top: 1%;
	color: #555;
	border-top: #444;
	}

@media screen and (max-width: 480px) {

	video#videoWindow {
		width: 100%;
		}
	
	}
	
@media screen and (min-width: 481px) {

	video#videoWindow {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		}
	
	}
