a:link {
	color: #666666;
	text-decoration:none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	background-color: #17171B;
}
.kztext {
	font-size: xx-small;
}
.kzsmall {font-size: 8px}
.kzorange {color: #FF6600}