body {
	margin: 0px;
	background-color: #0D0D0D;
	font-family: tahoma;
}
.text {
	color: #666666;
	font-size: 11px;
}
.top_link {
	color: #D4D4D4;
	font-size: 11px;
	text-decoration: none;
}
a:link {
	color: #D4D4D4;
	text-decoration: none;
}
a:visited {
	color: #D4D4D4;
	text-decoration: none;
}
a:hover {
	color: #D4D4D4;
	text-decoration: underline;
}