body {
    background-color:#000;
}

.video_box_out {
    max-width: 960px;
    max-height: 540px;
}

.video_box_in {
    width:100%;
    height:0;
    padding-bottom:56%;
    position:relative;
}

.iframec {
    display:block; position:absolute; top:0; left:0;
}

h2 {
    color:#e1e1e1;
    padding-top:30px;
    
    font-family: sans-serif, verdana
    
}

.undervid {
    margin:32px;
    width:80%;
    min-height: 64px;
    /*background-color:#222;*/
    
    
    
    font-family:times-new-roman, cambria, century;
    font-size:50px;
    
}

.center_number {
    color:#fff;
    
    margin-left:60px;
    margin-right:60px;
}

.previous_button {
    
    color:#e11;
}

.next_button {
    
    
    color:#1e1;
}

a {
    text-decoration:none;
    color:inherit;
}

a:visited {
    color:inherit;
}