@charset "iso-8859-2";
html {
	height: 100%;
	width: 100%;

}
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	height: 100%;
	width: 100%;
}

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}


