body	{	font-family: "Courier New", monospace;
		text-decoration: none;
		color: #ffffff;
		background-color: #000000;
	}

div.mud	{	font-family: "Courier New", monospace;
		font-size: larger;
		}

input	{	font-family: "Courier New", monospace;
		font-size: larger;
		text-decoration: none;
		color: #ffffff;
		background-color: #000000;
		border: none;
	}

a:link	{	text-decoration: none;
		color: #00ffff;
	}


td#bar a:link	{	text-decoration: none;
		color: #ffffff;
	}


a:visited	{	text-decoration: none;
		color: #00ccff;
	}


td#bar a:visited	{	text-decoration: none;
		color: #ffffff;
	}


a:hover	{	text-decoration: underline;
		color: #ffffff;
	}


td#bar a:hover	{	text-decoration: underline;
		color: #ffffff;
		background-color: #000099;
	}


a:active	{	text-decoration: underline;
		color: #ffffff;
	}


td#bar a:active	{	text-decoration: underline;
		color: #ffffff;
		background-color: #000099;
	}


