/*
   New Perspectives on HTML and CSS
   Final Project

  Clips Style Sheet
   Author: Joshua Aguilar
   Date:  1/31/2016

   Filename:         clips.css
   Supporting Files:

*/

/* Multimedia control styles */
audio, video{
  background-color: white;
  display: block;
  margin: 5px auto;
  text-align: center;
  width: 95%;
}
