A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
A:hover { color: #D40106 } 

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

td {
	font-family: verdana, geneva, sans-serif;
	font-size: 7.8pt;
}

.white78 {font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}

.black8 {font-family: verdana, geneva, sans-serif; font-size: 8pt}

.black8i {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : italic;
}

.black8b {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : bold;
	background : #FFFACD;
	color : Black;
}

black8bi {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : bold italic;
	background : #FFFACD;
	color : Black;
}
.black10b {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font : bold;
	background : #FFFACD;
}


.green8 {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	color: #2C4107;
}

td.first{
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	background : Yellow;
	font : bold;
}

.white8b {
	font-family: verdana, geneva, sans-serif;
	font-size: 9pt;
	font : bold;
	background : #D00D02;
	color : White;
}

td.next {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : bold;
	background : #FFFACD;
}

td.nadpis {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	background : Lime;
	font : bold;
}

.black12b {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font : bold italic;
	background : #FFFACD;
	color : Black;
}

.black10ib {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font : bold italic;
	color : Black;
}

.black10g {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font : bold italic;
	color : Black;
	background : Lime;
}

.blue12b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font : bold italic;
	background : #FFFACD;
	color : Blue;
}

.black12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font : bolder normal;
	background : #FFFACD;
	color : Black;
}

.red16b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font : bold normal;
	background : #FFFACD;
	color : Red;
}

.green14b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font : bold italic;
	background : #FFFACD;
	color : Green;
}

.red14b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font : bold italic;
	background : #FFFACD;
	color : Red;
}
.green12b {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font : bold italic;
	background : #FFFACD;
	color : Green;
}

.black16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font : bolder normal;
	background : #FFFACD;
	color : Black;
}

.gold10b {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font : bold italic;
	background : #FFD700;
}

.gold8b {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : bold;
	background : #FFD700;
	color : Black;
}

h4{
	color : ActiveCaption;
	font : bold italic 12px;
}

.casopis{
	font : 12px Arial, Helvetica, sans-serif;
	font-weight : bold;
	list-style-image : url(images/Ring.gif);
}

th{
	color : Black;
	font : bold 16px;
}

.black8w {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	font : bold;
	background : transparent;
	color : Black;
}

.nad{
	font : 14px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.topleft {
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	background-image : url(images/casopis1.gif);
	background-repeat : no-repeat;
	background-position : top;
} 

.topright {
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	background-image : url(images/logo_cls.gif);
	background-repeat : no-repeat;
	background-position : top;
}

.number {
	background : #F0E68C;
}


