body {
    background-image: url(images/background.png);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    SCROLLBAR-FACE-COLOR: rgb( 230, 230, 230 );
    SCROLLBAR-TRACK-COLOR: rgb( 250, 250, 250 );
    SCROLLBAR-HIGHLIGHT-COLOR: rgb( 112, 135, 207 );
    SCROLLBAR-SHADOW-COLOR: rgb( 255, 255, 255 );
    SCROLLBAR-3DLIGHT-COLOR: rgb( 255, 255, 255 );
    SCROLLBAR-DARKSHADOW-COLOR: rgb( 0, 0, 0 );
    SCROLLBAR-ARROW-COLOR: rgb( 100, 100, 100 );
}

FORM {
    DISPLAY: inline
}

TABLE {
    FONT-SIZE: 10px;
    COLOR: #303030;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

TR {
    FONT-SIZE: 10px;
    COLOR: #303030;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

TD {
    FONT-SIZE: 11px;
    COLOR: #212121;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

A:link {
    COLOR: #8E7464;
    TEXT-DECORATION: none
}

A:active {
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

A:visited {
    COLOR: #8E7464;
    TEXT-DECORATION: none
}

A:hover {
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

.nadpis {
    COLOR: rgb( 0, 198, 112 );
    FONT-SIZE: 17px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

.nadpis2 {
    COLOR: rgb( 255, 156, 0 );
    FONT-SIZE: 17px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

.text1 {
    COLOR: rgb( 0, 150, 50 );
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

.text2 {
    COLOR: rgb( 50, 50, 50 );
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

.autor {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

ul.menu { list-style: none; }
ul.menu { margin:0; padding:0; margin-right: 10px; }
ul.menu { width: 90%; }
ul.menu li { text-align: right; }
ul.menu li { font-size: 1px; }
ul.menu li a {
	display: block; color: #E58F00; padding: 10px 0 10px 0; font-style: italic;
	font-family: "Times New Roman", Times, serif; font-size: 17px; letter-spacing: 6px;
	background-image: url(images/menu/background.png); background-repeat: no-repeat;
	background-position: right bottom; font-weight: bold;
}
ul.menu li a:hover { color: #FFE980; }
ul.menu li a:visited { color: #E58F00; }

