<!--
body	{ background-color:#ffffff; color:blue; overflow:hidden }
#skipDiv	{position:absolute; visibility:hidden; width:80px; }
#skipDiv a:link, #skipDiv a:visited	{ 
	font-family: verdana, arial, helvetica, sans-serif;
  font-size:8pt; color:#ff0000; }

#wipeDiv1	{ position:absolute; visibility:hidden; left:0px; top:0px; 
	width:1px; height:1px; z-index:1; }
	
/* Classes for formatting the wipe text content. 
	 Wipe class is used in doWipes function. It's the only
	 one needed if all your text is formatted the same. */
.wipe { color:#000; font-family: verdana, arial, helvetica, sans-serif; }	
/* If you don't need different sizes, just put a size in
	 the one above (.wipe) and delete unused classes */	
.wipe1	{ font-size:16pt; }	
.wipe2	{ font-size:22pt; }
.wipe3	{ font-size:18pt; }
-->