body {
  padding-top: 30px;
  font-size: 100.01%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-family: Arial,Helvetica,sans-serif;
  width: 750px;
  color: black;
}
a {
  background-color: transparent;
  text-decoration: underline;
  color: black;
}
a:hover {
  color: #ef8c3e;
  background-color: transparent;
}
h2 {
  background-position: left top;
  display: block;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 10px;
  background-image: url(pic/h1_back.png);
  font-size: 30px;
  padding-top: 8px;
}
h2#large {
  background-image: url(pic/h1_back_large.png);
}
p {
  padding-top: 0.5em;
}
#header {
  text-align: center;
}
#block {
  font-weight: inherit;
  display: block;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  position: relative;
}
#block * {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0px;
  vertical-align: middle;
}
#block li {
  vertical-align: middle;
  height: 210px;
  width: 210px;
  background-image: url(pic/back.png);
  background-repeat: no-repeat;
  font-size: large;
  font-weight: bold;
  text-align: center;
  display: inline;
  float: left;
  background-position:  center center;
}
#block a {
  color: white;
}
#footer {
  font-size: smaller;
  text-align: center;
  color: #cccccc;
  background-color: transparent;
  line-height: 200%;
}

.advertise {
  text-decoration: blink;
}
.blockRow dl {
  font-size: medium;
  margin-top: 10px;
  font-weight: inherit;
}
.blockRow dl * {
  margin-left: 0px;
}
.blockRow dt * {
  padding-left: 0px;
  text-indent: 0px;
}
.highlight {
  font-weight: bold;
}
p img {
  float: right;
  padding-left: 2em;
  padding-bottom: 2em;
}

