/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 4, 2014 */



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

p,center,td { color: white; font-family: 'dosegamedium', Arial, sans-serif; font-size: 24pt; }

.blinky {
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 0.5s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 0.5s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 1.0; }
 70% { opacity: 0.0; }
 100% { opacity: 0.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 1.0; }
 70% { opacity: 0.0; }
 100% { opacity: 0.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 1.0; }
 70% { opacity: 0.0; }
 100% { opacity: 0.0; }
 }
