/* ŽOš ‰® banner sheet*/


body {
  background: #000000;
  margin: 0px;
  padding: 0px;
  color: #CCCCCC;
  font-size: 12px;
}

a:link     { color: #FFFF00; text-decoration:none; }
a:visited  { color: #FFFF00; text-decoration:none; }
a:active   { color: #FFFF00; text-decoration:none; }
a:hover    { color: #FF0000; text-decoration:underline; }

table {
    border-collapse: collapse;
}

.banner {
  font-size: 12px;
  letter-spacing: 1pt;
  margin-top: 5px;
  color: #FFFF00;
}