/* CSS Document */

body {
	margin: 0px;
	background-color: #000;
}

.flash {
	width: 720px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.escape {
	height: 25px;
	margin-top: 10px;
}

.lenk {
	font-family: tahoma;
	font-size: 11px;
	color: #CCC;
}

.lenk a:link {
	text-decoration: none;
	color: #999;
}

.lenk a:hover {
	text-decoration: none;
	color: #CCC;
}

.lenk a:active {
	text-decoration: none;
	color: #CCC;
}

.lenk a:visited {
	text-decoration: none;
	color: #CCC;
}


