/*
Theme Name: WSoundDesign Custom Theme
Theme URI: {THEME URI}
Author: Trevor Wagner
Author URI: trevor-wagner.com
Version: 0.0.1

DO NOT REMOVE THESE STYLES. YOUR WORLD WILL BECOME MUCH MORE DIFFICULT IF YOU DO. YOU NEED THE COMMENTS ABOVE TO DECLARE YOUR CUSTOM THEME, AND THESE STYLES BELOW ARE A GOOD RESET FOR BASIC CSS. */


*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-decoration:none !important;
	outline:0 !important;
}

body{
	margin:0;
	padding:0;
}