
/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     
     text-decoration: blink;
     font-style: normal;
 }

