body {
	margin: 0;
	padding: 0;
	background-color: #111111;
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9C04;
	text-align:center;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #c0dcee;
}
a:link {
	color:#990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}