html, body, #flashcontent
{
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-family: courier;
	
	background-color: #0093d0;
	color: white;
}

object
{
	outline: none;
}

img.logo
{
	margin: 0 0 30px 0;
}

div.htmlcontent
{
	margin: 20px;
}

.small
{
	font-size: .8em;
	font-family: arial;
}

div.footer
{
	margin: 50px 0 0 0;
	font-size: .8em;
}

a:link, a:visited
{
	color: white;
}

a:hover, a:active
{
	text-decoration: none;
}