/* CSS Document */

a:visited {color: #000000; 
text-decoration: none;}
.jazyky{ color:#000000;}
a:link.jazyky {  color: #000000; }      /* nenavštívený odkaz */
a:visited.jazyky {color: #000000; } /* navštívený odkaz */
a:hover.jazyky {  font-weight: bold;}/* odkaz, pres který se jede myší*/
a:active.jazyky  {					} /*aktivní link*/
a { text-decoration: none;}
h1 {
font:Verdana/*, Arial, Helvetica, sans-serif*/;
}

.style2 {font-size: 18; }
a:visited.style2 {
 color:#000000;}
a:hover.style2 {
    color:#000099;
	font-weight: bold;}
a:link.style2{  color: #000000; }
