#flash {
	height: 100%;
}
html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: white;
}
.noflash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	width: 350px;
	margin-left: 50px;
	margin-top: 20px;
	background-color: #000000;
	padding: 30;
	margin: 30;
}
:link {
	text-decoration:underline;
	color:#AAAAAA;
}
		
:visited {
	text-decoration:none/*line-through*/;
	color:#AAAAAA;
}
			
a:hover {
	text-decoration:underline;
}
