body
{
	background-color: #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 140%;
	margin: 0px;
	overflow: hidden;
}

#det
{
	text-align:left;
	z-index	: 1;
	position: absolute;
	width: 100%;
	margin-top: 40px;
	margin-left: 20px;
	color: #0099ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:link
{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

a:visited
{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
	
a:hover
{
	color: #0099ff;
	text-decoration: none;
}