html, body {
	background: #0066ff; /* Beccapurple */
	color: white;
    margin: .5em;
    padding: .5em;
    font: 1.2em Georgia, "Times New Roman",Times,serif;
}

h1 {
    background: #0066ff; 
	color: white;
    font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
}

h2 {
    background: #0066ff; 
	color: white;
    font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
}

h3 {
    background: #0066ff; 
	color: white;
    font: 1.25em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
}

.video {
  width: 50%;  
  float: left;
  margin-right: 30px;
}
.clearleft{
    clear: left;
}
a {
    color: #EF233C;
}
a:hover {
    text-decoration: none;
}

ul{
    background: #0066ff;
    color: white;
   font: 1em Georgia, "Times New Roman",Times,serif; 
   list-style: none;
    margin-left: o;
    margin-right: .5em;
    margin-top: 1em;
    margin-bottom: 1.em;
    padding-left: 1em;
    }
dl{
    background: #0066ff;
    color: white;
   font: 1em Georgia, "Times New Roman",Times,serif; 
   list-style:none;
    margin-left: o;
    margin-right: .5em;
    margin-top: 1em;
    margin-bottom: 1.em;
    padding-left: 1em;
    }
