/*
Document   : style
Created on : 2005
Author     : Jiří Mašek
Description:
*/

html, body {
  background-color: #2c1072;
  color: #fff;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  font-size: x-small;
  height: 100%;
  margin: 0;
  text-align: center;
}

html>body {
  font-size: small;
}

noscript {
  border: solid 1px #2c1072;
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

img {
  border: none;
}

hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 3px;
}

/* /site/flash/index.html */

table.page {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

table.content {
  margin: 0 auto;
  text-align: center;
}

td.content {
  height: 535px;
  width: 725px;
}

td.footer {
  font-size: xx-small;
}

tr>td.footer {
  font-size: x-small !important;
}

/* /site/non-flash/*.html  */

