body {
  background-color: white;
  color: #0003b7;
  font-family: Times;
  
}
p span {
  margin: 0px 10px 0px 10px;
}
h1 {
  color:#0003b7;
  font-family: Times;
  font-size: 250%;
  text-shadow:
   -1px -1px 0 #000291,  
    1px -1px 0 #000291,
    -1px 1px 0 #3d40ff,
     1px 1px 0 #3d40ff;
  margin: 5px 10px 10px 10px;
}
h2 {
  color:#000291;
  font-size: 150%;
  font-family: Times;
  margin: 10px 10px 0px 10px;
}
h3 {
  color:#000291;
  font-size: 115%;
  font-family: Times;
  margin: 10px 10px 0px 10px;
}
.title {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 410px;
  height: 55px;
  border: 3px solid #000291;
} 
.godtier {
  position: absolute;
  top: 15px;
  left: 440px;
  width: 320px;
  height: 148px;
  border: 3px solid #000291;
}
.ks {
  position: absolute;
  top: 85px;
  left: 15px;
  width: 410px;
  height: 300px;
}
.other {
  position: absolute;
  top: 178px;
  left: 440px;
  width: 320px;
  height: 215px;
  border: 3px solid #000291;
}
.disc {
  position: absolute;
  top: 403px;
  left: 15px;
  width: 745px;
  height: 200px;
}
.center {
  width: 470px;
  margin-left:auto;
  margin-right:auto;
}

/* unvisited link */
a:link {
  color: #ff973d;
}

/* visited link */
a:visited {
  color: #ffb77a;
}

/* mouse over link */
a:hover {
  color: #9192ff;
}