#Table1
{
	display: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #999;
}

#mobileContent
{
	display: block;
	visibility: visible;
}

#mobileContent p
{
	font-size: 1.2em;
	color: #999;
}

p.upper
{
	text-transform: uppercase;
}

#mobileContent a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #fff;
}