TABLE caption
{
	background-color: #ffffff;
}

TABLE.quoteTable
{
	border: thin black solid;
}

TD.quoteCol1
{
	background-color: #888888;
}

TD.quoteCol2
{
	background-color: #999999;
}

TD.note
{
	background-color: #777777;
}

BODY
{
	background-color: #444444;
	color: #000000;
}

A
{
	text-decoration: none;
	color: #ffff00;
}

A:visited
{
	color: #ffffff;
}

A:active
{
	color: orange;
}

A:hover
{
	text-decoration:overline underline;
}