body, table 
	{
	font-family: "Verdana CE", "Tahoma CE", Verdana, Tahoma, "Arial CE", 
	Arial, sans-serif;
    font-size: 90%;
	}

h1, h2 
	{
    text-align: center;
    color: #0000CC;
	}
					
h3, h4, h5, td, th	
	{
    text-align: left;
	}
		
h1 
	{/*modry nadpis nejvetsi*/
	font-size: 130%;
	font-variant:small-caps;
	}

h2 
	{/*modry nadpis stredni*/
   	font-size: 120%;
	}
   
h3 
	{/*modry nadpis maly*/
   	font-size: 100%;
   	color:  #0000CC;
	}

h4 
	{/*datum v aktualitach*/
   	font-size: 90%;
   	color: #0000CC;
   	text-decoration: overline;
	}

h5 
	{/*nejmensi nadpis kapitolek*/
	color: #333366;
	}
   
P  
   {/*normalni text s odsazenim 1. radku*/
   color:  #000000;
   text-align: justify;
   text-indent: 5%;
   }

P.noindent
	{
	text-indent:0;
	}
   
.center
	{/*text center*/
	text-align:center;
	}

.zdroj	{/*kurziva normalni*/
		font-style: italic;
		text-indent="0";
		}

.underline	
	{
	text-decoration:underline;
	}		  

.right 
	{
	text-align:right;
	}		 

table	
	{
	width:90%;
	border: 1;
    border-color: #000000;
	background-color: #EEEEFF;
	}
		
table.loga	
	{
	width: 100%;
	border: 0;
	valign: center;
	cellspacing: 10%;
	background-color: #ffffff;
	}
	 		 		
th	
	{
	font-weight:bold;
	}

A	
	{
	text-decoration:none;
	}

A:LINK	
	{
	color:#0000CC;
	}

A:VISITED	
	{
	color:#3399cc;
	}
A:ACTIVE	
	{
	color:#6699cc;
	}
A:HOVER
	{
	font-size:120%;
	text-decoration:underline;
	}		 

ul
	{
	type:disc;
	}

dt
	{
	font-weight:bold;
	font-size:100%;
	}
