html, body {
  background-color: #7d7159;
  color: #ddd;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  cursor: url(graphic/sword.gif), default;
}

div {
  text-align: left;
}

img {
	border: 0px;
}

a {
	cursor: url(graphic/sword.gif), default;
	text-decoration: none;
	color: #393939;
} 

a:hover {
	color: #800000;
	text-decoration: underline;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

ul {
	margin: 20px 0px;
}

ul > li > a {
	display: block;
	width: 818px;
	padding: 25px 25px;
	font-size: 30px;
	border: 1px transparent solid;
}

ul > li > a:hover {
	cursor: pointer;
	border: 1px #333 solid;
	background-color: #7D7159;
}

#tablet {
	width: 950px;
	margin: 0 auto;
}

#header {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#up {
	background-image: url(./graphic/up.jpg);
	width: 100%;
	height: 35px;
}

#bk {
	background-image: url(./graphic/bk.jpg);
	width: 100%;
}

#down {
	background-image: url(./graphic/down.jpg);
	width: 100%;
	height: 35px;
}

#txt {
	padding: 10px 40px;
}