/* page */
body {
  background-color: #ffffff;
  color: #000000;
  font: small Verdana, sans-serif;
  margin: 0px;
  text-align: center;
}
div#center {
  margin: 15px auto;
  position: relative;
  text-align: left;
  width: 600px;
}

/* head */
div#blue {
  background-color: #006699;
  height: 80px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 10px;
}
div#head {
  background-color: #ccddff;
  border-bottom: 2px solid #006699;
  left: 12px;
  height: 78px;
  position: absolute;
  top: 0px;
  width: 588px;
}
h1 {
  bottom: 5px;
  color: #003366;
  font-size: xx-large;
  font-weight: bold;
  left: 5px;
  letter-spacing: 2px;
  margin: 0px;
  position: absolute;
}
span#website {
  font-style: italic;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* text */
div#main {
  left: 12px;
  position: absolute;
  top: 85px;
}
div#text {
  background-color: #f1f1f1;
  width: 588px;
}
div.ad {
  text-align: center;
}
div#about {
  font-style: italic;
  margin: 5px 0px;
  text-align: center;
}
div#sign {
  background-color: #ccddff;
  border: 1px dashed #0000ff;
  font-size: small;
  color: #003399;
  font-style: italic;
  text-align: center;
  width: 588;
}
div#words {
  background-color: #FFFFFF;
  border: 1px dashed #FFFFFF;
  font-size: xx-small;
  color: #FFFFFF;
  text-align: justify;
  width: 588;
}
div#rich {
  color: #ff0000;
  display: block;
  font-size: large;
  margin: 30px 0px;
  text-align: center;
  text-decoration: blink;
  font-weight: bold;
}  
div#or {
  color: #2A4BB8;
  display: block;
  font-size: x-large;
  margin: 10px 0px;
  text-align: center;
  font-weight: bold;
}  
div#normall {
  color: #2A4BB8;
  display: block;
  font-size: medium;
  text-align: center;
  font-weight: bold;
} 
div#buy {
  color: #ff0000;
  display: block;
  font-size: x-large;
  margin: 10px 0px;
  text-align: center;
  font-weight: bold;
}  
div#order {
  color: #ff0000;
  display: block;
  font-size: medium;
  text-align: center;
  font-weight: bold;
} 
div#common {
  color: #2A4BB8;
  display: block;
  font-size: large;
  text-align: center;
  text-decoration: line-through;
  font-weight: bold;
} 
div#privacy {
  color: #999999;
  font-size: x-small;
  margin: 5px 0px 10px 0px;
  text-align: right;
}
div#developer a {
  color: #666666;
}
em {
  display: block;
  font-style: normal;
  margin: 30px 0px 20px 10px;
  text-decoration: underline;
}
img {
  border: 0px solid #000000;
  display: block;
  margin: 1px auto;
}
li#download {
  font-weight: bold;
  list-style-type: none;
  margin: 15px auto;
}
p {
  margin: 30px 5px;
  text-indent: 35px;
  text-align: justify;
}
span.italic {
  font-style: italic;
}
strong {
  color: #ff0000;
  display: block;
  font-size: medium;
  margin: 30px 0px;
  text-align: center;
  text-decoration: underline;
}
table {
  border-style: none;
  margin: 0px 0px 5px 0px;
  width: 100%;
}
td {
  border-style: none;
  width: 50%;
}
ul {
  line-height: 1.8;
  list-style-type: disc;
  margin: 0px auto;
}

/* elements */
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #ff6600;
}
