body {
	background-color: black;	
}

td, p, h1 {
	font-family: verdana, arial;
}

img {
	border: 0px;
}

h1 {
	color: #CC9933;
	font-size: 16px;
	font-weight: strong;
}

td.tekst {
	font-size: 9px;
	color: black;
	line-height: 1.5;
}

td.green {
	font-size: 9px;
	color: #66CC33;
	line-height: 1.5;
}

td.brown {
	font-size: 9px;
	color: #CC9933;
	line-height: 1.5;
}

td.yellow {
	font-size: 9px;
	color: #CCB700;
	line-height: 1.5;
}

.adres {
	font-size: 9px;
	color: white;
}

a {
	color: #999999;
}

a:hover {
	color: #FFFFFF;
}

a.green {
	color: #000000;
}

a.green:hover {
	color: #66CC33;
}

a.brown {
	color: #000000;
}

a.brown:hover {
	color: #CC9933;
}

a.yellow {
	color: #000000;
}

a.yellow:hover {
	color: #CCB700;
}

