BODY {  color: #FFFFFF;
        background-color: #000000;
	scrollbar-face-color: #007CD9;
	scrollbar-highlight-color: #000090;
	scrollbar-3dlight-color: #000090;
	scrollbar-darkshadow-color: #22A2FF;
	scrollbar-shadow-color: #22A2FF;
	scrollbar-arrow-color: #22A2FF;
	scrollbar-track-color: #000090;
}

:link    { text-decoration:none; color: #00E6FF }
:visited { text-decoration:none; color: #00E6FF }
:hover   { text-decoration:none; color: #B7FCFF }
:active  { text-decoration:none;	color: Blue    }
		
/* Zwykły tekst (biały, wyśrodkowany) */
.Tekst	{
	font-family: sans-serif;
	font-size: 8pt;
	color : White;
	text-align: center;
	text-indent: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Podpisy w Ray-Tracing-u */
.RTekst	{
	font-family: sans-serif;
	font-size: 8pt;
	color : White;
	text-align: center;
	text-indent: 0px;
	margin-top: -4px;
	margin-bottom: -2px;
}

/* Przyciski w Ray-Tracing-u */
A.Ray {
	text-decoration : none;
}
A.Ray:link {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #E0FFFF;
	letter-spacing: 4px;
	text-align: center;
	text-indent: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-decoration: none;
	background-color: Black;
}
A.Ray:active {
	font-family: sans-serif;
	font-weight : bold;
	font-size: 8pt;
	color : Aqua;
	letter-spacing : 4px;
	text-align: center;
	text-indent: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-decoration : none;
}
A.Ray:visited {
	font-family: sans-serif;
	font-weight : bold;
	font-size: 8pt;
	color : #E0FFFF;
	letter-spacing : 4px;
	text-align: center;
	text-indent: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-decoration : none;
	background-color : Black;
}
A.Ray:hover {
	font-family: sans-serif;
	font-weight : bold;
	font-size: 8pt;
	color : #B7FEFF;
	letter-spacing : 4px;
	text-align: center;
	text-indent: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-decoration : none;
}


/* Rok w menu (2004 itp.) */
.MenuRok	{
	font-family: sans-serif;
	font-size: 8pt;
	color: White;
	text-align: left;
	text-indent: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Tekst - Opis panoram */
.OpisPanoram	{
	font-family: sans-serif;
	font-size: 9pt;
	color: #D4D4D4;
	text-align: center;
	text-indent: 0px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
}

#menu {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 10px;
	TOP: 2px
	Z-INDEX: 1;
	WIDTH: 500px;
	POSITION: absolute;
}


/*
.Punkty	{
	font-family: sans-serif;
	font-size: 9pt;
	color : White;
	text-align: left;
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

