body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: e3dbc7;
}
a:link {
	color: FF99CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: FF99CC;
}
a:hover {
	text-decoration: underline;
	color: ffa200;
}
a:active {
	text-decoration: none;
}