body {
	background-color: #004B78;
	color: #c8c8c8;
	font-family: Verdana, Arial; 
	font-size: 10pt;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 40; 
	padding-top: 40; 
	padding-right: 40; 
	padding-bottom: 40
}

a:link		{	text-decoration: none;	color: white;	font-weight: bold;  }
a:visited	{	text-decoration: none;	color: white;	font-weight: bold;	}
a:active  	{	text-decoration: none;	color: white;	font-weight: bold;	}
a:hover		{	text-decoration: underline;	color: white;	font-weight: bold;	}

td {
	font-family: Verdana, Arial; 
	font-size: 10pt;
}

th {
	font-family: Verdana, Arial; 
	font-size: 10pt;
}

.tbl td {
	background-color: #003250;
	border-bottom: 1px solid #004B78;
	border-right: 1px solid #004B78;
}

.tbl th {
	background-color: #001E32;
	border-bottom: 1px solid #004B78;
	border-right: 1px solid #004B78;
}

.hand {
	background-color: #003250;
}

.board td {
	width: 150;
}

.board img {
	width: 13;
	height: 11;
}

