.replace { 
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0 ;
	padding: 0;
	font-size: 1.2em; 	/* Choose a font-size here that will keep the headline small enough to fit
						   completely under the span. */
}
		
.replace em {
		display: block;
		position: absolute;
		top: 0; 
/*
left: 0;
*/
		z-index: 1; 		/* for opera5 (?) and o6/mac */
}


/* General IR statements for IE5.x mac only */

* html>body	.replace { 
		position: static;
		overflow: visible;
		font-size: 10px;
         /* Since overflow: hidden doesn't
						   work with ie5.x/mac, we choose a
						   font-size here that will keep
						   the headline small enough to fit
						   completely under the span.*/
  }
* html>body	.replace em  { 
		position: static;
  }
* html>body	.replace a {
		text-decoration: none; /* ie5.0-5.1.x/mac 
         must have this value or the underline
						   shows through the image. */
  }


/* Each pair of statements per instance of IR */

#myh1, #myh1 em {
		width: 32px;
		height: 32px;
		background: url(WebStart3C.gif)  top left no-repeat;
		}
		
* html>body #myh1 em {			/* for ie5.x/mac only */
		margin-bottom: -98px;	/* Required to bring text
							   underneath image. Use the negative
							   height of the image here.*/
		}


#myh1  a:focus, #myh1  a:focus em , #myh1  a:hover, #myh1  a:hover em, #myh1  a:active, #myh1  a:active em {
		width: 32px;
		height: 32px;
		background: url(WebStart3CO.gif) top left no-repeat;
		}