html , body
{
	background: #000000;
	font-family: helvetica , tahoma , sans-serif;
	font-size: xx-small;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: red;
}

a:visited
{
	color: white;
}

#FlashContent
{
	border: 10px solid white;
}