body {
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #F4C500 }

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #022248 }

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #022248 }

a:hover {
  text-decoration: underline;
  color: #F08080;
  background: #191970 }

.picturebox {
  border: none;
  line-height: 100%;
  width:1204px;
}

.buttonbox {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  line-height: 100%;
  width:450px; 
}

.knavbox {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  line-height: 100%;
  width:1204px;
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
  color: #BE0000;
}

.img {
   border-width: 1px;
   border-color: black;
   border-style: solid;
   background-color: transparent;
   width: auto;
}

.btn {
  width: 50px;
  font-weight: bold;
}

div.container {
  position: absolute;
  left: 50%;
  width: 1204px;
  margin-left: -602px;
}
