@charset "utf-8";
/* CSS Document */


body { height:100%; 
	
	background-color: #090909; text-align:justify;
}
.tekst1 {
	font-family: "Courier New", Courier, monospace; font-weight:bold;
	color: #948276;
	font-size: 16px; line-height: 1.5;
}
.tekst2 {
	font-family: "Courier New", Courier, monospace;
	color: #efefef;
	font-size: 15px;
}
.tekst3 {
	font-family: "Courier New", Courier, monospace; font-weight: normal;
	color: #948276;
	font-size: 15px; line-height: 1.3;
}
.tekst4 {
	font-family: "Courier New", Courier, monospace;
	color: #efefef;
	font-size: 15px; line-height: 1.3;
}
a {
 outline: none;  
} 
a:link { color:#333333;
	
	text-decoration: none;
}
a:visited {color:#333333;
	text-decoration: none;
	
}
a:hover {color:#948276;
	text-decoration: none;
	
}
a:active {color:#333333;
	text-decoration: none;
	
}

