body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #979694;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
}
a:link {
	color: #ff8400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff8400;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
}