body
	{
	background: #8C8;
	}

.playingcard
	{
	width: 3em;
	height: 4em;
	}

.cardrank
	{
	position: relative;
	font-size: 1.5em;
	vertical-align: top;
	text-align: left;
	}

.cardsuit
	{
	position: relative;
	font-size: 1.5em;
	text-align: center;
	}

.red
	{
	color: #F00;
	}

.black
	{
	color: #000;
	}

table.deckarea
	{
	margin-bottom: 3em;
	}

#newgame
	{
	width: 80px;
	}

.help
	{
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #EEE;
	filter: alpha(opacity=95);
	opacity: .95;
	top: 28px;
	left: 10px;
	width: 310px;
	height: 320px;
	z-index: 99;
	visibility: hidden;
	font-size: 10pt;
	}

.helpheader
	{
	text-align: center;
	}

.message
	{
	visibility: hidden;
	}

.status
	{
	font-size: 0.8em;
	visibility: hidden;
	width: 290px;
	}

#advertisement
	{
	font-size: 0.8em;
	width: 290px;
	}
