body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.txt-extra {
	font-family: Tahoma;
	font-size: 10px;
	color: #6b6b6b;
}
a:link {
	color: #ff00ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a00000;
}
a:hover {
	text-decoration: underline;
	color: #e4e2e3;
}
a:active {
	text-decoration: none;
}
