body {
  background-color:#EAE2CE;
  margin:0;
  padding:0;
  height:100%;
}

.format {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
}

.splashZone {
  width:100%;
  background-color:#B99762;
  padding:0;
  margin-top:3px;
  margin-bottom:3px;
  text-align:center;
}

.ruler {
  width:100%;
  font-size:1px;
  padding:0;
  margin:0;
  height:3px;
  border-top-style:solid;
  border-top-width:2px;
  border-top-color:#B99762;
  border-bottom-style:solid;
  border-bottom-width:6px;
  border-bottom-color:#6D6642;
}

.buttonZone {
  width:100%;
  text-align:right;
}

.englishButton {
  position:relative;
  top:18px;
}

img {
  border-width:0;
}

.otherLanguage {
  font-size:8pt;
}

.otherLanguage a:link {
  color:#6D6642;
  text-decoration:none;
}

.otherLanguage a:visited {
  color:#6D6642;
  text-decoration:none;
}

.otherLanguage a:active {
  color:#6D6642;
  text-decoration:none;
}

.otherLanguage a:hover {
  color:#6D6642;
  text-decoration:underline;
}
