
    /* Webfont: BobbyJ-Bold */
@font-face {
    font-family: 'BobbyJBold';
    src: url('BobbyJ-Bold.eot'); /* IE9 Compat Modes */
    src: url('BobbyJ-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BobbyJ-Bold.woff') format('woff'), /* Modern Browsers */
         url('BobbyJ-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('BobbyJ-Bold.svg#BobbyJ-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: BobbyJRough-Bold */@font-face {
    font-family: 'BobbyJRoughBold';
    src: url('BobbyJRough-Bd.eot'); /* IE9 Compat Modes */
    src: url('BobbyJRough-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BobbyJRough-Bd.woff') format('woff'), /* Modern Browsers */
         url('BobbyJRough-Bd.ttf') format('truetype'), /* Safari, Android, iOS */
         url('BobbyJRough-Bd.svg#BobbyJRough-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Brixton-Print-Bold */@font-face {
    font-family: 'BrixtonPrintBold';
    src: url('Brixton-Print-Bld.eot'); /* IE9 Compat Modes */
    src: url('Brixton-Print-Bld.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Brixton-Print-Bld.woff') format('woff'), /* Modern Browsers */
         url('Brixton-Print-Bld.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Brixton-Print-Bld.svg#Brixton-Print-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



body{
margin:0px;
body:0px;

}
.topbanner{
    background-color:navy;
    color:yellow;
    font-size:50px;
    text-align: center;
    padding:10px;
    font-family: 'BobbyJRough';
}
