body	{ background-color:#000099; color:white; 
	overflow:hidden font-family: century gothic, arial, helvetica, sans-serif;}
		/* Autre couleur tr&egrave;s jolie le sable:#998877, le bleu:#000099. */
		
#skipDiv	{position:absolute; visibility:hidden; width:80px; }
#skipDiv a:link, #skipDiv a:visited	{ 
	font-family: century gothic, arial, helvetica, sans-serif;
  font-size:10pt; color:#dee7f7;
	text-decoration: none; }
#skipDiv a:hover {
	text-decoration: overline;
	font-weight: bold; }

#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:#dee7f7; 
.wipe1	{ font-size:36pt; }	
.wipe2	{ font-size:22pt; }
.wipe3	{ font-size:18pt; }
/* If you don't need different sizes, just put a size in
	 the one above (.wipe) and delete unused classes */	