body {
    background-color: #b0cee8;
    font-family:"Verdana";
}
h1 {
    color: white;
    font-family:"Verdana";
	font-size:200%;
}
h2{
	color:white;
	font-family:"Verdana";
	font-size:150%;
	}

ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}
li {
    display: inline;
}
a:link, a:visited {
    display: inline-block;
    width:200px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#b0cee8;
    text-align: center;
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
}
a:hover, a:active {
    background-color:#92b1d0
}

#video{
	text-align: center;
	padding:20px;
}

.text{
	text-align:center;
	padding: 10px;
}