@font-face 
{
    font-family: 'BankGothicMdBTMedium';
    src: url('fonts/bnkgothm-webfont.eot');
    src: url('fonts/bnkgothm-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('fonts/bnkgothm-webfont.woff') format('woff'),
         url('fonts/bnkgothm-webfont.ttf') format('truetype'),
         url('fonts/bnkgothm-webfont.svg#BankGothicMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-family: 'BankGothicMdBTMedium';
}

a{
    color: #FFFFFF;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
     text-decoration: none;
}
 

a:hover { 
    -webkit-transform: scale(1.3,1.3); 
    -moz-transform: scale(1.3,1.3); 
    -o-transform: scale(1.3,1.3); 
    -ms-transform: scale(1.3,1.3);  
    transform: scale(1.3,1.3); 
    cursor: pointer;
    text-decoration: none;
} 


