/*
   New Perspectives on HTML and CSS
   Final Project
   

   SwarsOrig Style Sheet
   Author: David Lucas
   Date:   November 5, 2015

   Filename:         SwarsClips.css
   Supporting Files: 

*/

/* Mulitmedia control styles */

audio, video {
	background-color: white;
	display: block;
	margin: 5px auto;
	text-align: center;
	width: 95%;
}
