/* CSS Document */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{ margin:0; padding:0; border:0; background:#060606; font-family: 'Droid Serif', serif; color:#FFF;}
h1{ font-family:'LeagueGothicRegular', sans-serif; text-transform:uppercase; font-size:46px; word-spacing:6px; letter-spacing:1px; font-style:normal; color:#EFEFEF;}
.grey{ color:#CCC;}
.cyan{ color:#09B2F7;}
p{ color:#EFEFEF;}
p.footer{ font-family:'LeagueGothicRegular', sans-serif; text-transform:uppercase; font-size:24px; word-spacing:6px; letter-spacing:1px; font-style:normal;}


a{ color:#EFEFEF; text-decoration:none;}
a:hover{ color:#CCCCCC; text-decoration:underline;}