BODY
{
	background-color: navy;
	color: silver;
}

P
{
	color: silver;
}

A:link 		{ color: white }
A:visited	{ color: aqua }
A:active	{ background-color: gray; color: white } 

H1, H2, H3	
{
	font-family: helvetica, sans-serif;
}

H1
{
	color: yellow;
	font-size: 144%;
}

H2, H3
{
	color: white;
	font-size: 120%;
}

IMG		{ border-style: none }

TH		{ color: white }

TD		{ color: silver }

span.ledlink
{
	color: black;
	background-color: #ffb000;
	text-decoration: none;
}
