TABLE {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TD {
	color : white;
}

#menu1 a {
	font-size : 18px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 220px;
	height: 24px;
}
#menu1 a:hover {
	color: brown;
	width: 220px;
	font-weight: bold;
	background-color: #DFFFFF;
}
#menu1 table {
	border : 1px solid Green;
	text-align: center;
	width: 220px;
}

#menu2 a {
	font-size : 18px;
	display: block;
	color: black;
	background-color: #CCFFBC;
	text-decoration: none;
	font-weight: bold;
	height: 24px;
	width: 220px;
}
#menu2 a:hover {
	color: brown;
	background-color: #CCFFBC;
	width: 220px;
	font-weight: bold;
}
#menu2 table {
	border: 1px solid Green;
	text-align: center;
	width: 220px;
}

A {
	text-decoration : none;
}

A:LINK {
	color : white;
}

A:HOVER  {
	color : white;
	font-weight : normal;
}

A:VISITED  {
	color : white;
	font-weight : normal;
}

A.Przycisk {
	color : Lime;
	text-decoration : none;
}

A:HOVER.Baner {
	color : #DC143C;
	font-weight : bold;
}

div#Pojemnik_Zdjecia {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#Zdjecie {
	float: top;
}

div#Podpis_Zdjecia {
	float: bottom;
	color: Gray;
	font-size: 9px;
}