/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
.credits {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width:750px;
	margin:0 0 0 -375px;
	left:50%;
	position:absolute;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

/* FLASH */
a:link {
    text-decoration: underline;
    color: #3171B8;
}
a:hover{
    text-decoration: underline;
    color: #3171B8;
}
a.speciaal:link {
	color: #FFFFFF;
}
