body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #d0cbc3;
}
.txt-extra {
	font-family: Tahoma;
	font-size: 11px;
	color: #d0cbc3;
}
a:link {
	color: #c60062;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c60062;
}
a:hover {
	text-decoration: underline;
	color: #d0cbc3;
}
a:active {
	text-decoration: none;
}
.highlight{
	color: #c60062;
}