             
        #one input {        	
        	font-size: 20px;
        	text-align: center;
        	vertical-align: center;
        	background-color: #ffffff;
        	color: #000000;
        	width: 40px;
        	height: 40px;
        	border: none;
        }
        

        #board{
        	padding: 0px;
        	margin-left: 150px;
         border: solid 1px;
         border-color: #000000;
        }



        #three{
        float: left;
        text-align: center;
        vertical-align: top;
        background-color: #ffffff;
        border: solid 1px;
        border-color: #000000;
        
        }

        #one{
         float: left;
        	text-align: center;
        	vertical-align: top;
        	border: solid 1px;
        	border-color: #797979;
        	background-color: #ffffff;
        	width: 40px;
        	height: 40px;
        }

        
        #one #hint {
        	color: #000000;
        }

        #one #error {
        	color: red;
        }

        #one #ok {
        background-color: #ffffff;
        color: #000033;
        
        }

        #one #guess {
        background-color: #ffff00;
        	color: #000033;
        }

			
        #one #start{
        	color: blue;        
        	}
