/* CSS Document 
<!--Goes between <head> & </head> tags  
    You may keep it or change it (extend/reduce/modify parameters); 
    .stileupdn is CSS style for Fast Stop Slow - Live Speed change: lsopt=1
    .stileret gives vertical size for blank space if more messages
     allowed within scrolling area while pausing: msgnr=1;
     Those of the above will only be called if corresponding option chosen;
    .tabmsg is CSS style for all messages, even if images only;
     NAMES are MANDATORY for all -->*/

<style type="text/css"> 

/* external file "myvsstyle.css" begins */
A { text-decoration:none;}
A:link { color: #660000 }
A:visited { color: #666666 }
A:hover { color: red }
 .tabmsg { font-size:12px; text-align:center; font-family: "Arial", "Helvetica", sans-serif; color:#000000;}
 .stileupdn {font-weight:bold; font-size:8px; font-family: "Arial", "Helvetica, sans-serif"; text-align:center; color:blue;}
 .stileret {font-size:8px; font-family: "Arial", "Helvetica", sans-serif;}
/* end of external file "myvsstyle.css" */

</style> 



