body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	color: #e2e2e2;
	line-height: 16px;
}
.txt-bold-big {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #c60062;
}
a:link {
	color: #c60062;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c60062;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}
