<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
FILE NAME: flash.css  
DESCRIPTION: This stylesheet styles the look and feel for flash activity container and HTML text version pages.


/* ------------------ styles --------------------- */
body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #000000 url(graphics/bkgrnd_splash.jpg) repeat-x top;
	color: #FFF;
}

h1 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
}
table {
	border: thin dashed #E0F0F4;
	width : 90%;
}
td {
	vertical-align: top;
}
p.padded {
	margin-right: 5em;
}
table.sequencing td {
	height:3em;
}
table.sequencing th {
	vertical-align: top;
	width:10%;
	text-align:left;
	background-color:#204106;
}
img.show_tell {
	padding-right:10px;
	float:left;
}
.footer {
	color : #999;
	font-size : 80%;
	text-align: centre;
	width: 400px;
	padding-top:2px;
	border-top : 1px #e4e4e4 solid;
	margin:20px auto;
	position: relative;
}
a:link,
a:visited {
	color: #FFF;
}

a:focus,
a:hover,
a:active {
	color: #FFFF00;
}

#flashcontent {
	width: 720px;
	margin:0 auto;
	position: relative;
	text-align:center;
}
</pre></body></html>