* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
}

html {
  height:100%;
}

body {
  background-color:#F4A40D;
  border:0px;
  margin:0px;
  padding:1.5em 0px 0px;
  height:100%;
  font-family:Times New Roman, Times, serif;
  font-size:11pt;
  color:#000000;
}

#sizelect {
  position:absolute;
  top:0px;
  left:0px;
  white-space:nowrap;
}

#img {
  text-align:center;
  vertical-align:middle; 
  height:100%;
  width:100%;
}
img {
  border:2px solid #663300;
  margin:0px;
}


a {
  color:#663300;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a.on {
  font-weight:bold;
}

