.charinput { width:15px; height:18px; font-family:courier new,fixed; font-size:16px; padding:0px; }
.charshow { width:18px; font-family:courier new,fixed; font-size:16px; text-align:center; }
.number { width:28px; font-family:arial,helvetica; font-size:16px; text-align:right }
.colhead { font-family: arial,helvetica; 
		   font-size:16px; 
		   font-weight:bold; 
		   cursor: hand; 
		   background-color: #e0e0e0;
		   border: 1px solid #808080; 
		   padding:4px; 
		 }
.result { text-align:center; }
.alpha { background-color:#ffffcc;
		 color:#000000;
		 cursor:hand;
		 width:16px;
		 height:16px;
		 text-align:center;
		 border-top:1px solid #a0a0a0;
		 border-left:1px solid #a0a0a0;
		 border-right:1px solid #000000;
		 border-bottom:1px solid #000000;
	   }
.alphaB { background-color:#ffff99;
         color:#000000;
         width:16px;
         height:16px;
         text-align:center;
         font-weight: bolder;
         border-top:1px solid #a0a0a0;
         border-left:1px solid #a0a0a0;
         border-right:1px solid #000000;
         border-bottom:1px solid #000000;
       }
.alphaE { background-color:#e0e0e0;
         color:#808080;
         width:16px;
         height:16px;
         text-align:center;
         border-top:1px solid #a0a0a0;
         border-left:1px solid #a0a0a0;
         border-right:1px solid #000000;
         border-bottom:1px solid #000000;
       }
.guessestab { color: black; background-color: #f0f0f0; }
input {}
