body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-color: #000000;
}
#flashcontent {
	height: 100%;
}
a:hover, a:link, a:visited { 
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	font-family: Courier New, Courier;
	font-size: 11px;
	color: #FFFFFF;
}