/* CSS Document */

body {
  margin: 0px; 
  padding: 0px; 
}


#text, #text1, #text2, #text3 {
  width: 128mm;
  height: 85mm;
  border: 1px black solid;
  overflow: hidden;
  float: left;
}

#text {
  margin: 0mm 10mm 10mm 0mm;
}
#text1 {
  margin: 0mm 0mm 10mm 0mm;
}
#text2 {
  margin: 0mm 10mm 0mm 0mm;
}
#text3 {
  margin: 0mm;
}

table {
  border-color: white;
  border-style: none;
  width: 95%;
}
td, tr {
  border-color: white;
  border-style: none;
}



#main_top, #center_top, #bottom, h1, img.h1line {
  display: none;
}

