table {
    margin-left: 0px;
    border-collapse: collapse; /* Убираем двойные границы между ячейками */
    background: #FFF; /* Цвет фона таблицы */
    border: 1px solid #000 !important; /* Рамка вокруг таблицы */
    color: #000;
}

TD, TH {
    width: 12px;
    height: 13px;
    background: #fff;
    color: #FF0000;
    border: 1px solid #fff;
    //border-color: #000 #000 #000 #000;
}

#around_zmei{
	width: 391px;
	height: 391px;
	border-bottom: 1px solid #919191;
	background: #f1f1f1;
}

#game_over{
	width: 200px;
	height: 86px;
	position: absolute;
	margin-left: 95px;
	margin-top: 155px;
	background: #fff;
	text-align: center;
}

#win{
	width: 200px;
	height: 105px;
	position: absolute;
	margin-left: 95px;
	margin-top: 143px;
	background: #fff;
	text-align: center;
}

input[type=button],input[type=reset]{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #444;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
    margin-right: 3px;
}

#pause{
	width: 123px;
	height: 26px;
	position: absolute;
	margin-left: 134px;
	margin-top: 182.5px;
	background: #fff;
	text-align: center;
}

#lvl_begin{
	width: 240px;
	height: 45px;
	position: absolute;
	margin-left: 75px;
	margin-top: 172px;
	background: #fff;
	text-align: center;
}

#lvl_points{
	width: 391px;
	height: 421x;
	margin-left: 285px;
	border: 1px solid #919191;
	background: #f1f1f1;
	text-align: right;
}

#lvl{
	color: #00e;
}

#points{
	color: #0c0;
}

#speed{
	color: #f11;
}

input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    background:#F2F2F2;
}