body {
    margin: 0;
    padding: 0;
    background: url("picsys/stars_2560x1440.png") repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
    text-align: center;
    font-family: Verdana; 
    font-size: 14px;
    color: #DFF2FD;
}
.nadpis {
	color: #FFF;
    font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
.nadpisred {
	color: #FFF;
    font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
.text {
    font-size: 14px;
    color: #DFF2FD;
    font-weight: lighter;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.svetle {
	color: #FFF;
    font-size: 14px;
	font-family: Arial;
}
a {
    font-size: 14px;
}
#menu tr td {
    font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #C5BE97;
}
a:link {
	color: #BBBBBB;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFDD2D;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	float: none;
	margin: 0;
	clear: none;
}
#rss {
	clear: left;
	margin: 0px;
	padding: 0px;
}
#rss h2 /* sipka pred prvnim nadpisem */{
	font-size: x-small;
	color: #FC0;
}
#rss h2 a /* prvni nadpis */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FC0;
}
#rss h2 a:hover /* prvni nadpis, kurzor nad */{
}
#rss li /* perex */{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-small;
	list-style: none;
	color: #666;
}
#rss ul /* text - dalsi clanky k tematu: */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	padding-top: 20px;
	font-weight: bold;
}
#rss a:link /* nakej nadpis, nakej link... */{
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#rss a:hover {
	text-decoration: underline;
}
