BODY
{
	font-family:Comic Sans MS;
	font-size: 12pt;
	background-color: limegreen;
	text-align:center
}

BODY P
{
	text-align:justify;
}

TH
{
	background-color:green;
	vertical-align:bottom;
}

TD
{
	vertical-align:top;
}

A
{
	color: crimson;
}

caption
{
	font-size: 14pt;
}

.title
{
	font-size: 20pt;
	text-align:center;
	font-weight:bold;
}

.subTitle
{
	font-size: 16pt;
	text-align:center;
	font-weight:bold;
}

.resultsTable
{
	border: black 3px solid;
	text-align: center;
	width:400px;
}

.resultsHeader
{
	font-size:12pt
}

.resultsWinner
{
	font-weight:bold
}

.resultsEntry
{
	font-size:10pt;
	background-color:Red
}

.inTheFinal
{
	background-color: #99ff99;
}

.inThePlayoff
{
	background-color: #ffff99;
}

.pokerHandsNumber
{
	color:#0000ff;
	font-weight:bold;
}