body {
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
table {
	font-size: small;
	width: 1000px;
	background-color :#7f7c7b;
}
table.knihy {
	width: 100%;
	background-color : silver;
}
td {
	background-color: white;
	vertical-align: top;
}
td.zvyrazni {
	background-color: #F61;
}
td.menu {
	background-color: #7f7c7b;
	width: 250px;
}
td.copy {
	background-color: #dedede;
    font-weight: bold;
    color: Gray;
	border-top:	2px solid #F61;
	border-left:2px solid #F61;
	border-bottom:2px solid #F61;
	font-size: x-small;
}
td.email {
	background-color: #dedede;
    font-weight: bold;
    color: Gray;
	border-top:	2px solid #F61;
	border-right:2px solid #F61;
	border-bottom:2px solid #F61;
	font-size: x-small;
	text-align: right;
}
td.nadpis {
	background-color: #dedede;
    font-weight: bold;
    color: black;
	border:	2px solid #7f7c7b;
	/*border-right:2px solid #F61;
	border-bottom:2px solid #F61;*/
	font-size: larger;
	text-align: center;
}
td.ikony {
	width: 164px;
	background-color : silver;
	vertical-align: middle;
}
td.nazev {
	background-color : white;
}
a.kniha {
	font-weight: bold;
    color: black;
	text-decoration: none;
}
a.menu {
	font-weight: bold;
    color: white;
	text-decoration: none;
}
a.menu2 {
	font-weight: bold;
    color: #F61;
	text-decoration: underline;
}
