body, table {
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	text-align: center; }

img {
	width: 150px;
	text-align: center;
	margin: 40px auto 20px auto;
	padding-right: 8px;
	border: 0; }

table {
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse; }
	table th, td {
		text-align: center; }
	table th {
		color: #777;
		font-weight: normal;
		padding-top: 20px; }
	table td {
		font-size: 30px; }
	table td.browser {
		font-weight: normal; font-size: 15px; }

::selection, ::-moz-selection {
        background: #ccc; color: #666; }
