<!--

body {
	background-color: RGB(191,215,224);
	margin: 0px;
	padding: 0px;
}
#divbody { 
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#tablebody {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px; 
	padding: 0px; 
	text-align: center;
	width: 600px; 
	height: 300px;
}
#anim {
	width: 600px;
	height: 300px;
	padding: 0px;
	margin: 0px;
}
#skip{
	text-align: center;
	vertical-align: top;
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	color: RGB(78,96,126);
	font-style: normal;
	font-weight: normal; 
	font-size: 12px;
	line-height: normal;
	white-space: nowrap;
	margin-top: 16px;
}
a:link, a:visited { color: RGB(202,99,62); text-decoration: none; } 
a:active, a:hover { color: RGB(78,96,126); text-decoration: underline; }

-->