/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000000;
}
/* common tag */
img {
  border: none;
}
a:link {
  color: #555555;
  text-decoration: none;
}
a:visited {
  color: #555555;
  text-decoration: none;
}
a:hover {
  color: #8AFF00;
  text-decoration: none;
}	
p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 160%;
}
/* h tag */
h2 {
  font-size: 12px;
  font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 100px 0px 0px 0px;
}
/* layout */
#contentbody {
  text-align: center;
}
.apmt {
  margin: 10px 0px 0px 0px;
}
