body	{
	background-color:#979797;
	overflow:hidden;
	margin: 0px;

}
#skipDiv	{
	position:absolute;
	width:80px;
	visibility: hidden;
}
#skipDiv a:link, #skipDiv a:visited	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:75%;
	color:#EBEBEB;
	text-decoration: none;
}

#wipeDiv1	{
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	z-index:1;
	visibility: hidden;
}
	
/* 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 { 
	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:220%;
	text-decoration: none;
	color: #EBEBEB;

}	
.wipe2	{
	font-size:160%;
	color: #FFFFCC;
	text-decoration: none;
}
.wipe3	{
	font-size:100%;
	text-decoration: none;
}

#go a:link, #go a:visited	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:75%;
	color:#EBEBEB;
	text-decoration: none;
}

