/*****************************************************
OBECNE VLASTNOSTI STRANKY
*****************************************************/
body 
   {
   font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
   font-size: 11px;
   color: #000;
   text-align: center;
   vertical-align: top;
   background: #FFF;

   padding: 0 0 0 0;
   margin: 0px 0px;
   }

td, tr
   {
   font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
   font-size: 11px;
   color: #000;  
   }
   
a:link
   {
   color: #000;
   text-decoration: underline;
   }

a:visited
   {
   color: #000;
   text-decoration: none;
   }

a:hover
   {
   color: #F60;
   text-decoration: none;
   }

a:active
   {
   color: red;
   }

h3	
   {
   font-size: 1.2em;
   }

div.ChybovaHlaska
   {
   text-align: center;
   }

a.underline {
 text-decoration: underline;
}