table.gametable{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
td.gl{
    padding: 10px;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
	text-align: left;
	color: #000066;
}
td.gr{
    padding: 10px;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
	text-align: right;
	color: #000066;
}
td.c{
    padding: 0px;
    text-align: center;
    font-family: 'MS Mincho';
    font-size: 20px;
}

div.c{
    text-align: center;
    margin: 10px 10px 10px 10px;
    font-family: Verdana, arial;
    font-size: 16px;
    color: black;
    width: 400px;
    height: 250px;
    display: block;
}

input.ci{
    text-align: center;
    font-family: Verdana, arial;
    font-size: 24px;
    background-color: #ffffff;
    color: black;
    border: 1px solid silver;
    width: 40px;
    display: block;
}
td.h, td.hyes, td.hno{
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
td.hyes{
    background-color: #55aa55;
}
td.hno{
    background-color: #aa5555;
}
table.ht{
	border-collapse: collapse;
	width: 420px;
	height: 270px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
div.char{
    font-family: 'MS Mincho';
    font-size: 80px;
	color: #000099;
}

#fill{
    height: 20%;
    visibility: hidden;
}
#level{
	font-size: 18px;
	color:#0033FF;
}
#points{
	font-size: 18px;
	color:#0033FF;
}
