/* styles for text only (p,a,h1,h2,..) */
* {
  font-family: tahoma;
}
body{
  font-size: 11px;
}
a{
  color: #DB2B34;
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}


a img{
	border:0px;
}

.odkaz-na-video{
    display:block;
}

