/* Menu */

.menu {
	color: #dadada;
	font-family: Courier New;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
.menu:hover {
	color: red;
	text-decoration: underline;
	background-color: #000000;
}
.menu:active {
	text-decoration: none;
	color: red;
	background-color: #000000;
}

/* nawigacja */

.nawigacja {
	color: #dadada;
	font-family: Courier New;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.nawigacja:hover {
	color: red;
	text-decoration: underline;
	background-color: #000000;
}

.nawigacja:active {
	text-decoration: none;
	color: red;
	background-color: #000000;
}

/* Tekst */

p {
	margin-left: 60px;
	margin-right: 60px;
	font-family: Arial;
	color: #dadada;
	font-size: 12pt;
	text-align: justify;
}

/* Tekst Piosenki */

pre {
	color: #dadada;
	margin-left: 60px;
	margin-right: 60px;
	font-family: Arial;
	font-size: 15px;
}

div.naglowki {
	margin-left: 60px;
	margin-right: 60px;
	color: #dadada;
	font-family: Courier New;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

div.naglowki2 {
	color: #dadada;
	font-family: Courier New;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* Foty */

div.fota {
	padding: 10px;
	text-align: center;
	color: #dadada;
}