body {
  padding: 15px;
  line-height: 200%;
  font-size: 12pt;
  color: #333;
}

.magbox {}

.magbox dt.tit {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 0;
  display: block;
  clear:both;
  margin-bottom:10px;
  margin-top:10px;
}

.magbox dd {
  min-height: 30px;
  line-height: 24px;
  cursor: default;
  padding: 5px 0 5px 15px;
  display: block;
  clear:both;
  margin-bottom:5px;
}

.magbox .name {
  display: block;
  float: left;
}

.magbox .author {
  display: block;
  float: right;
}

.magbox p {
  text-indent: 2em;
}