/*
   New Perspectives on HTML and CSS
   Tutorial 7
   Tutorial Case

   Jumbo Popcorn Style Sheet
   Author: 
   Date:   

   Filename:         clips.css
   Supporting Files: 

*/


/* multimedia control styles */

audio, video {
	background-color: white;
	display: block;
	margin: 5px auto;
	width: 95%;
