/* CSS Document */
.odstavec{
	color: #FF0000;
	font:"Times New Roman", Times, serif;
	background: #FFFFCC;
	font-size:16px;
	font-stretch:extra-condensed;
	}
	
.odstavec2{
color:#000033;
font:"Times New Roman", Times, serif;
font-size:14px;
font-stretch:ultra-condensed;
}

.ods{
border-bottom-color:#CC3300;
text-align:left;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-style:normal;
}

.galeria {
float:left;
width:150px;
height:113;
margin:5px;
}

.galeria2 {
float:left;
width:480px;
height:200;
margin:5px;
}

.tabulka {
font-family:"Times New Roman", Times, serif;
font-size:18px;
color: #FFCC00;
table-layout:fixed;
text-align:left;
width:650px;
height:50;
border-bottom-color:#FF0000;
border-bottom-style:double;
border-bottom-width:medium;
}

.zelena{
background-color:#33CC33
}

.modra{
text-decoration:underline;
text-shadow:inherit
}

.bunka{
background-color: #333333;
text-align: center;
border-bottom-style:double;
border-bottom-color:#CC9900;
font-size:16px;
border-left-width:10px;

}

<style>
a         {text-decoration: none}
a:link    {color: white}
a:visited {color: white}
a:active  {color: black}
a:hover   {color: red; text-decoration:line-through}

</style>




