body { background-color: black;  }

TD {
color: silver;
}

P {
color: silver;
}


A:link {
color: red;
text-decoration: none;
}

A:visited {
color: gray;
text-decoration: none;
}

A:active {
color: #fe8b5a;
text-decoration: none;
}

A:hover {
text-decoration: none;
}


		<style><!--
			h1 { color: rgb(128,128,128); font-size: 12pt; font-family: Arial }
			h2 { color: rgb(192,192,192); font-size: 12pt; font-family: Arial }
			p { color: rgb(192,192,192); font-family: Arial }
			p.namo-list { color: rgb(192,192,192); font-size: 12pt; font-family: Arial }
			p.namo-sublist { color: rgb(255,166,17); font-size: 10pt; font-family: Arial }-->
		</style>