body	{
 	background-color: #000000;
	}

A:link	{
	text-decoration: none;
	font-style: italic;
	color: #000055
	}

A:visited	{
	text-decoration: none;
	font-style: italic;
	color:	#005500;
	}

A:active	{
	text-decoration: none;
	font-style: italic;
	color: #005555;
	background: #eeffee;
	}

A:hover	{
	text-decoration: underline;
	font-style: italic;
	color: #000055;
	background: #eeeeff;
	}