﻿
html, body
{
	height: 100%;
	overflow: auto;
	font-family: Arial, Helvetica;
}
body
{
	padding: 0px;
	margin: 0px;
	background-color: #E0E0E0;
}
#silverlightControlHost
{
	height: 100%;
	text-align: center;
}

a
{
	border: 0px;
	outline: none;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #666;
}