/* Styly pro strankz 404 */

BODY      { background: White;
                 color: Black;
           font-family: Times, serif;
             font-size:100%
           font-weight:normal;
            text-align:center;
          }

A:link    { color: Aqua }                       /* nenavstiveny odkaz */
A:visited { color: DarkOrchid }                 /* navstiveny odkaz */
A:active  { color: CornflowerBlue}                   /* prave aktivni odkaz */
A:hover   { color: DarkOrange; text-decoration:none} /* odkaz pres ktereho prave prejela mys */

.odd {text-indent:20;
        font-size:100%;
       text-align:justify;
      font-weight:normal;
      line-height:120%
    }

.ods {text-indent:20;
        font-size:80%;
       text-align:justify;
      font-weight:normal;
      line-height:120%
    }
.otas {font-family:Times,serif;
         font-size:200%;
       font-weight:bold;
        text-align:center;
             color:Lime
      }

.ab   {font-family:Arial,sans-serif;      /* text v tabulkach, ktere nejsou soucasti hlavicky, nebo paty*/
         font-size:130%;
       font-weight:bold;
        text-align:center
      }


.ac   {font-family:Arial,sans-serif;      /* text v tabulkach, ktere nejsou soucasti hlavicky, nebo paty*/
         font-size:110%;
       font-weight:normal;
        text-align:center
      }
