body {
	background-color:#FAFAFA; 
	font-family:"Optima",Georgia,Serif;
	text-align:  justify;
	text-justify: inter-word;
}

.videowrapper {
	background-color: purple;
	padding: 10px 8px;
}

.footer {
	background-color: turquoise;
	padding: 10px 8px;
}

img {border:1px solid #;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

iframe, object, embed {
    border:5px solid rgba(255,255,255,0);
    -webkit-border-radius: 20px !important; 
    -ms-border-radius: 20px !important; 
    -o-border-radius: 20px !important;  
    border-radius: 20px !important;     
}

hr { 
	display: block; height: 1px;
    border: 0; border-top: 10px solid #93E2D5;
    margin: 1em 0; padding: 8px 0px 10px 0px; 
}

p {
    font-size: 130%; 
    font-family:"Optima",Georgia,Serif;
}

.navbar ul {
	width:660px;
	font-family:"Optima",Georgia,Serif;
	background-color: #93E2D5;
}

ul { 
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;	
}

li {
	text-align: center;
	margin-right:5px; 
	padding: 20px; 
	display: inline-block;
	list-style:none;
}

a { 
	display: inline-block;
	width:120px;
	color:#000;
	text-align: center;
	font-size:16px;
	background-color: #93E2D5;
	height:30px;
	line-height:30px;
	float: inherit;
}