INPUT
{
	color: white;
	background: black;
}

TEXTAREA
{
	color: white;
	background: black;
}

SELECT
{
	color: white;
	background: black;
}

BODY, TABLE
{
	color: white;
	background-color: black;
}

a:link
{
	color: #FF6600;
	text-decoration: none;
}

a:visited,a:active
{
	color: yellow;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: none;
}