BODY {
  font-size: 100%;
  line-height: 18px;
}  /*   line-height: normal;    */
td {
  line-height: 18px;
}
.moji {
  font-size: 12px;
}
.mojil {
  font-size: 14px;
}
.mojil2 {
  font-size: 16px;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none color:#800080;
}
a:hover {
  color: #9933CC;
  text-decoration: underline;
}
.f-left {
  float: left;
}
.c-both {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}