/* hide from ie on mac \*/
html {
	height: 100%;
}
#flashcontent {
	height: 100%;
	overflow: hidden; 
}
#textcontent {
	height: 100%;
	overflow: auto; 
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccccc0;
	line-height: 1.4;
	font-size: 1em;
	cursor: default;
}
.bodyText {
	/*border-style: double;
	border-width: 5px;
	border-color: #ccccc0;*/
	padding: 0 0 0.4em 0.4em;
	font-family: Courier, typewriter;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, Times, serif;*/
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
  	color: #FFFFFF;
	width:65%;
	margin-left:30%;
	/*background-color: #ddddd0;*/
}
.kop {
	padding: 1em;
	/*font-family: Georgia, Times, serif;*/
	font-family: Courier, typewriter;
	/*letter-spacing: -0.5em;*/
	color: #000000;
	width:55%;
	margin-left:40%;
	/*background-color: #fff;*/
}
a:link { 
	text-decoration: underline; 
	color: #666666; 
	cursor: pointer;
} 
a:hover {
	color: #ff0000;
} 
a:active { 
	color: #ffffff; 
}
a:visited { 
	color: #aaaaa0; 
} 