@font-face {
  font-family: "0x2620";
  src: url("../ttf/0x2620b.ttf") format("truetype");
  font-weight: bold;  
}
@font-face {
  font-family: "0x2620";
  src: url("../ttf/0x2620.ttf") format("truetype");
  font-weight: normal;  
}
body {
    margin-top: 72px;
    text-align: center;
    color: rgb(255, 255, 255);
}
div {
    margin: 12px auto 12px auto;
    font-family: "0x2620", Consolas, Monaco;
    font-size: 12px;
    color: rgb(0, 0, 0);
}
a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
img {
    width: 95px;
    height: 160px;
}
.title {
    margin: 36px 0 0 0;
}
.menu {
    cursor: pointer;
}
.menu.selected, .bold {
    font-weight: bold;
}
.menu:hover, a:hover {
    text-decoration: underline;
}
#content {
    width: 830px;
}

