@media all 
{
	tbody tr:hover th, tbody tr:hover td
	{
		background: none;
	}
  
	table
	{
		width: auto;
	}
	
	tbody td
	{
		border: none;
	}
	
	body 
	{
		font-size: 75%;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}

	header
	{
		color: transparent;
		background: none;
	}
	
	footer
	{
		padding: 10px;
	}
	
	li > ul
	{
		margin-bottom: 0;
	}
}

@media print 
{

}

@media screen 
{

}
