/*code by Xeon[祺]*/


#globalContainer {
  width: 785px;
  margin: 30px auto 0 auto;
}

#globalContainer h2 {
  font-size: 16px;
  margin: 25px 0;
  padding: 0 10px;
}

#globalContainer h3 {
  font-size: 14px;
  margin: 35px 0 10px 0;
  padding: 0 10px;
}

#globalContainer p {
  line-height: 1.8em;
  padding: 0 10px;
}

#globalContainer .blue {
  color: blue;
}

#globalContainer .blue a {
  color: blue;
  text-decoration: underline;
}

#globalContainer cite {
  font: bold 12px Arial;
  color: #e4016a;
}

#globalContainer .hyperLink {
  font: 14px Arial;
  color: #e4016a;
  padding: 18px 20px 0 20px;
}

#globalContainer .hyperLink a {
  color: #06F;
  text-decoration: underline;
}

.textIndent p {
  text-indent: 25px;
} 

#globalContainer .textDescription {
  color: #999;
  line-height: 1.3em;
  padding-bottom: 8px;
}

.textPink h3 {
  color: #e4016a;
}

#globalContainer .textBlue a {
  color: #06F;
  text-decoration: underline;
}