
      body {
        background: #000000;
	width: 100%;
        font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	}

	img {
	max-width: 60%;
	}

	ul {
  	list-style: inside;
	}

	a:link {
  	text-decoration: underline;
	color: #ffffff; 
	}


	a:visited {
  	text-decoration: underline;
	color: #ffffff; 
	}


	a:hover {
  	text-decoration: none;
	color: #ffffff; 
	}


	#left {
	position: fixed;
  	left: 25px;
  	padding: 25px;
  	font-size: 21px;
	}

	#right {
  	position: fixed;
  	right: 25px;
  	padding: 25px;
  	font-size: 21px;
	}


	#centerTitle {
 	margin: auto;
	display:block; 
  	text-align: center;
	position: fixed;
	top: 35%;
  	width: 100%;
  	padding: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	}

	#centerText {
 	margin: auto;
	display:block; 
  	text-align: center;
	position: fixed;
	top: 38%;
  	width: 100%;
  	padding: 25px;
	font-weight: bold;
	font-size: 72px;
	}

	#VideoTitle {
 	margin: auto;
	display:block; 
  	text-align: center;
	position: fixed;
	top: 8%;
  	width: 100%;
	font-size: x-large;
	line-height: 1.2em;
	}

	#video {
 	margin: auto;
	display:block; 
  	text-align: center;
	position: fixed;
	top: 35%;
  	width: 100%;
	z-index: -1;
	}

	#footer {
	margin: auto;
	vertical-align: baseline;
  	text-align: center;
	position: fixed;
  	bottom: 25px;
  	padding: 25px;
  	font-size: 18px;
	width: 100%;
	}


      