html { 
    background-color:#222;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

menu ul {
    list-style-type: none;
    margin-left:1%;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  menu li {
    float: left;
  }
  
  menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  menu li a:hover:not(.active) {
    background-color: #111;
  }
  
  menu .active {
    background-color: darkgreen;
  }
  #site-footer {
    margin-left:4%;
    height: 20px;
    background: darkgreen;
  }
  
  
  #footer1{
  margin-left:2%;
  float:left;
  margin-right:2%;
  }
  #normalpage {
    color: whitesmoke;
    margin-left:4%;
  }


.links {
    min-width: 1000px;
    margin: auto;
}

.links a {
	color: white;
	text-decoration: none;
}


a {
	color: #FFF;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

#playlist {
    display:table;
}

#playlist li{
    cursor:pointer;
    padding:8px;
}



#playlist li:hover{
    color:blue;                        
}

#videoarea {
    float:left;
    width:640px;
    height:480px;
    margin:10px;    
    border:1px solid silver;
}

