body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #e3dbc7;
}
.txt-small {
	padding: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #e3dbc7;
}
a:link {
	color: #ffa200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffa200;
}
a:hover {
	text-decoration: underline;
	color: #ffa200;
}
a:active {
	text-decoration: none;
}