BODY	{
	background: #EEE;
	color: black;
}

TABLE	{
	width: 220;
	background: #99F;
}

TH		{
	background: #ACF;
	color: yellow;
	font-weight: bold;
	text-align: center;
}

TR		{
	background: #CCF;
}

TD A	{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

TH A	{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.sel	{
	font-weight: bold;
	background: navy;
	color: yellow;
}

.menu	{
	background: #AAF;
	padding-left: 20px;
}

TD		{
}

TABLE.info	{
	width: 300;
	background: #99F;
}

.info TR	{
	background: #CCF;
}

.info TH	{
	background: navy;
	color: yellow;
}

.info TD	{
	background: #ACF;
}
