html, table
	{
	font-family: Tahoma, sans-serif;
	font-size:12px;
	}

a:link, a:visited
	{
	color: white;
	text-decoration: none;
	}
a:active, a:hover
	{
	color: steelblue;
	text-decoration: underline;
	}
