*{
  font-family: tahoma, sans-serif;
}
body{
  margin: 0;
  padding: 10px;
/*  background: #faf8f2 url('/i/bg11.gif') repeat-x 0 100%;*/
  background: #e7decf url('/i/bg07.gif') repeat-x 0 100%;
}
table{
  border-collapse: collapse;
}
td, tr, th{
  margin: 0;
  padding: 0;
}
img{
  border: none;
}

.content{
  font-size: 80%;
}
.img img{
  border: #fff solid 4px;
}
.nav{
  width: 80%;
  margin: 15px 0 0 0;
}
.nav td{
  text-align: center;
  font-size: 75%;
  color: #666;
  width: 33%;
}
.nav td a{
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.nav td a:hover{
  text-decoration: none;
}
.nav .prev a{
  padding: 0 0 0 13px;
  background: url('/i/bul04.gif') no-repeat 0 .35em;
}
.nav .next a{
  padding: 0 13px 0 0;
  background: url('/i/bul03.gif') no-repeat 100% .35em;
}
.nav .a{
  cursor: pointer;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}