BODY
    {
    background: black;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    }
TABLE
	{
	color: white;
	}
TH
	{
	text-align: left;
	font-size: 10pt;
	}
TD
	{
	width: 110;
	text-align: center;
	color: white;
	font-size: 8pt;
	}

DIV
    {
    }

.COUNT
	{
	color: yellow;
	}

.LETTER
	{
	font-size: 36pt;
	font-weight: normal;
	color: #0066ff;
	}

.CAVEAT
    {
    color: red;
    font-size: 10pt;
    }

.DISPLAY
	{
	font-family: verdana, arial;
	font-size: 11pt;
	line-height: 19px;
    position: absolute;
	top:55px;
    left:52px;
    z-index: 5;
    }

SPAN
	{
	}

.INVISIBLE
	{
	background: black;
	color: black;
	}

.CHOSEN
	{
	background: #0066ff;
	color: black;
	}

.UNCHOSEN
	{
	background: black;
	color:#0066ff;
	}

A
	{
	text-decoration: none;
	}


