html { 
    overflow: scroll;
    overflow-x: auto;
}

body {
  font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
  background-color:#CC0000;
  width:100%;
  height:100%;
  color:#FFFFFF;
  font-size: 0px;
  padding:0px;
  margin:0px auto;
  text-align: center;
  vertical-align:middle;
}

h1,h2,h3,h4,h5 {
  height: 40px;
  font-weight: normal;
  font-size: 12pt;
  line-height: 30px;
  text-align:left;
  color: #000000;
  overflow:hidden;
  display:inline;
  margin:0px auto;
  white-space: nowrap;
}

h1 {
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: 33pt;
  font-weight: bold;
  letter-spacing:1px;
  text-align:center;
  color: #000000;
  display:inline-block;
  background-color: #FFF;
}

a, a:link, a:visited, a:active, a:hover {
  color: transparent;
  text-decoration: none;
  border:0px;
}

.logobox {
  width: 100%;
  height: auto;
  line-height: auto;
  margin: 0px auto;
  margin-top: 10px;
  padding:0px;
  font-size: 40pt;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}

.contentbox {
  width: 710;
  height: auto;
  margin: 0px auto;
  padding:0px;
  font-size: 0px;
  text-align: center;
}

.blocktext {
  width: 90%;
  height: auto;
  margin: 0px auto;
  padding:0px;
  font-size: 12pt;
  text-align: justify;
  font-weight: normal;
  color: #FFFFFF;
}

.space5 {
  font-size: 0px;
  height: 5px;
  overflow:hidden;
}

.space10 {
  font-size: 0px;
  height: 10px;
  overflow:hidden;
}

.space20 {
  font-size: 0px;
  height: 20px;
  overflow:hidden;
}

.space50 {
  font-size: 0px;
  height: 50px;
  overflow:hidden;
}

.space100 {
  font-size: 0px;
  height: 100px;
  overflow:hidden;
}


