html {
  overflow: hidden;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  background-color: #AAFFAA;
  font-size: 10pt;
}
h2 {
  font-size: 18pt;
}
h2,h4 {
  margin: 0px;
  text-align: center;
}
h4 {
  font-style: italic;
  font-weight: normal;
  font-size: 12pt;
}
p {
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}
div.copyright {
  position: relative;
  width: 100%;
  background-color: white;
  padding:5px 10px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  color: blue;
  text-align: center;
  z-index:100;
}
div.switcher {
  position:absolute;
  left:2px;
  top:30px;
  width:80px;
  height:40px;
  border: 1px solid black;
  background-color: white;
}
div.head {
  margin: 10px 0px;
}
div.columns {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:800px;
  height:490px;
}
div.column0 {
  position: relative;
  left: 20px;
  top: 20px;
  width:400px;
  height:475px;
  overflow:hidden;
}
div.column1 {
  position: relative;
  left: 370px;
  top: -455px;
  width:400px;
  height:475px;
  overflow:hidden;
}
div.column2 {
  position: relative;
  left: 600px;
  top: -930px;
  width:400px;
  height:475px;
  overflow:hidden;
}
div.photo {
  position: relative;
  left: 620px;
  top: -930px;
  width:240px;
  height:350px;
  border: 1px solid #666666;
  background-color: #CCCCCC;
  font-size:12px;
  z-index:10;
}
div.title {
  position: absolute;
  left: 10px;
  top: 0px;
}
div.more {
  text-align:center;
}
div.close {
  text-align:left;
  position: relative;
  left: 224px;
  top: 0px;
  width:16px;
}
a.old {
  color: #666666;
}
span.old {
  color: #666666;
}
div.copyleft {
  position: absolute;
  width: 100%;
  padding:5px 10px;
  margin: 10px 0px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  color: blue;
  text-align: center;
  z-index:100;
  top: 606px;
}
div.tobe {
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 655px;
  width:100%;
}
div.speedtest {
  margin: 10px;
  font-size: 10px;
}
div.cite {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  left: 0px;
  top: -993px;
  width: 300px;
  height: 140px;
  background-color: #FFFF88;
  border: 1px solid #666666;
  margin: 0px;
  padding: 10px;
  font-size: 12px;
  text-align:justify;
}

div.cite2 {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  left: 360px;
  top: -1155px;
  width: 200px;
  height: 140px;
  background-color: #FFFF88;
  border: 1px solid #666666;
  margin: 0px;
  padding: 10px;
  font-size: 12px;
  text-align:justify;
}

img.bordered {
  border: 1px solid #666666;
}

