@charset "UTF-8";

/*
Design & development by Michael Pumo
*/

@font-face {
    font-family: 'League Gothic';
    src: url('/fonts/League_Gothic-webfont.eot');
    src: local('League Gothic'), 
         local('League Gothic'), 
         url('/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/fonts/League_Gothic-webfont.svg#font') format('svg'); 
}

* { margin: 0; padding: 0; outline: none; }
body, html { background: #ffffff; color: #000000; }
a { color: #000000; }
a:hover { color: #333333; }

h1 { font-size: 60px; text-transform: uppercase; font-family: "League Gothic", Arial, Helvetica, sans-serif; float: none; clear: both; margin: 100px auto 0 auto; padding: 0; width: 400px; background: transparent; text-align: center; }

