body {
	overflow: auto;
	margin: 0px;
	background-color: #000000;
	color: #DEFACE;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a:link {
	color:#FFFF00;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #EECC00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #DEAD00;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color:#50C0FF;
	font-weight: bold;
	text-decoration: underline;
}

.lnks {
	background:#000000 no-repeat;
}