@charset "utf-8";
body {
	margin:0px;
	background-color:#000000;
}
.tekst {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing: 1px;
}
.tekst a {
	color:#000000;
	text-decoration:underline;
}
.tekst a:hover {
	color:#FF0000;
	text-decoration:underline;
}
