<!--
A:link { COLOR: yellow; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: yellow; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: royalblue; TEXT-DECORATION: none }
A:hover { COLOR: white; TEXT-DECORATION: none; font-weight: none }
-->

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }