BODY {

  background-color: white;
  background-attachment: fixed;
  font-size: small;
  color : black;
  margin: 0;
  font-family: arial;

      }
.pismo {color: Black;
    font-size: 12px;
    text-align: justify;
    }
.nadpis  { font-family: arial;
      color: #FF3333;

      font-weight: 600;
      font-size: large;
    }
.pol {  color: #FF3333;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
  }
.text {
    color: Black;
    font-size: 12px;

    }
A:LINK, A:VISITED, A:ACTIVE {
  color: black;
  text-decoration: none;
}
a:hover
{
text-decoration: underline;
color: red;
}
.dulezite { color:red;
      font-weight: bold;
      }
.pozn {
    text-decoration: none;
    font-style: italic;
     }
.uvod {
font-family: serif;
text-align: center;
font-size: xx-large;
color: yellow;
font-weight: 900;
filter: glow (color=red, strength=10);
}

.tablb {
  background: blue;
  }
.odkaz {
  font-family: serif;
  font-variant: small-caps;
  color: #000080;
  font-size: normal;
  filter: alpha(Finishopacity=80, style=2)
          glow(color=yellow, strength=1)

  }
.a {font-weight: 900;}

