
img {
  border: none;
}

html, body { 
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #EE0000;
}

table.root {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: white;
  text-align: left;
}

table.menu {
  margin-top: 15pt;
}

td.navigation {
  margin: 0;
  font-family: 'verdana' serif;
  padding-left: 15pt;
  padding-right: 0;
  background-color: #EE0000;
  background-image: url(../kuvat/kulma.gif);
  background-repeat: no-repeat;
  background-position: right top;
  vertical-align: top;
  width: 100%;
  height: 256px;
  font-weight: bold;
}

td.navigation table td {
  margin: 0;
  padding: 0;
  font-family: 'verdana' serif;
  line-height: 20pt;
  font-weight: bold;
}


td.tower {
  margin: 0;
  background-color: #EE0000;
  background-image: url(../kuvat/torni.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: top;
  width: 100%;
  height: 360px;
}

td.feedback {
  margin: 0;
  font-family: 'verdana' serif;
  padding-left: 15pt;
  background-color: #EE0000;
  vertical-align: bottom;
  width: 100%;
}

a:hover {
  color: #FFFFFF!important;
  text-decoration: underline;
}

a {
  padding-right: 0.3em;
  padding-left: 0.3em;
  text-decoration: none;
  color: #FFFFFF !important;
}

td.current a {
  background-color: #000000!important;
}


