* {
		
	background-color: Ivory;
}
		
hr {
	color: darkgreen;
	width: 80%;
	left: 10%;
	right: 10%;
}
h1,h2,h3 { text-align: center }
p { text-align: center }
a:link {color: darkgreen;}      /* unvisited link */
a:visited {color: darkgreen;}  /* visited link */
a:hover {color: lightgreen;}  /* mouse over link */
a:active {color: lightgreen;}  /* selected link */ 

div.video-presentation 
{
	text-align:center;
	width: 100%;
}
div.content-copyright {
	top: 3%;
	margin:3% 10% auto;
	text-align: left;
	padding: 5%;
	height: 79%;
	color: brown;

}

div.content-copyright p {
	text-align: left;
	text-indent: 3%;
	color: darkgreen;
}

div.content-copyright hr {
	width: 100%;
	color: darkgreen;
}
