body {
padding: 0 3% 0 3%;
font: Verdana, Sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 1.1em;
	line-height: 1.5em;
	color: #707070;
	}
p {
     text-align: justify;

     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
}
	
h1 {
    color:#289CCC;
	font-family:"Open Sans",sans-serif;
    font-size:3em;
	
}
h2 {
    color:#0077dd;
    font-size:1.4em;
	
}

a:link    {
  /* Applies to all unvisited links */
  font: Verdana, Sans-serif;
font-family: "Open Sans", sans-serif;
text-decoration:  none;
   color:#0077dd} 
a:hover   {
	font: Verdana, Sans-serif;
font-family: "Open Sans", sans-serif;
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:#dd0000
  } 

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}