/*
   New Perspectives on HTML and CSS
   Tutorial 7
   Tutorial Case

   Metallica av sheet
   Author: Brian Connelly
   Date:  5/4/16

   Filename:         av.css
   Supporting Files: 

*/


/* Multimedia control styles */ 
audio, video { 
    background-color: white; 
    display: block; 
    margin: 5px auto; 
    text-align: center;
    width: 95%; 
    }


