body {
	background-color: #000000;
    background-image: url(../images/back1.jpg);
	color: #E5BD51;
	font-family: Tahoma;
}

.snake {
    background-image: url(../images/snake.gif);
    background-repeat: no-repeat;
}

td.general {
    color: #E5BD51;
    font-size: 12px;
}

.heading {
    font-size: 16px;
}

hr	{ width: 60%; color: #607843;}

.newc {
    font-size:12;
    background-color: transparent;
    color:#607843;
    border-color:#223a1b;
    border-style:solid;
    font-family:"Tahoma";
    border-width: thin;
    border-width: 1px;
}

font {
    font-size: 12px;
}

font.mini {
    font-size: 10px;
}

td.door {
    background-image: url(../images/d.gif);
    width: 92;
    height: 114;
}

td.mydoor {
    background-image: url(../images/da.gif);
    width: 92;
    height: 114;
}

td.mydoorc {
    background-image: url(../images/dla.gif);
    width: 92;
    height: 114;
}

td.doorc {
    background-image: url(../images/dl.gif);
    width: 92;
    height: 114;
}

td.fak {
    background-image: url(../images/fak.gif);
    width: 47;
    height: 114;
}

td.ornament {
    background-image: url(../images/ornt.jpg);
    background-repeat: no-repeat;
}

a:link, a:visited { color : #E5BD51; text-decoration: underline; }
a:hover, a:active { color : #E5BD51; text-decoration: none; }
