body, div, td {
    scrollbar-3dlight-color:#CD434F;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#CD434F;
    scrollbar-darkshadow-color:#CD434F;
    scrollbar-face-color:#D3D9DA;
    scrollbar-highlight-color:#D3D9DA;
    scrollbar-shadow-color:#D3D9DA;
    scrollbar-track-color:#952B34;

	color: #CD434F;
	font-family:Arial;
	font-size: 10pt;
}

.naglowek {
	/*font-weight: bold;*/
	font-size: 18px;
	font-family: "arial black";
	margin: 5px;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-iteration-count: infinite;
  animation-duration: 2000ms;
}

.opis {
	margin: 10px; 0px; 10px; 30px;
	margin-bottom: 70px;
	margin-left: 130px;
}

.zdjecie {
	float: left;
}

.maly {
	font-size: 8pt;
}

.duzy {
	font-size: 11pt;
}

.bmenu {
	font-size: 7pt;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: 1px;
}

.frmd {
	color: #333366;
	background-color: #CFCFE5;
	border-color: #ADACB2;
	border-style: solid;
	border-width: 1px;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.frms {
	color: #595959;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.frmb {
	color: #FFFDE5;
	background-color: #AA192A;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.liste {
	color: #003399;
	background-color: #dedede;
}

.imgb {
	border-color: #1A1A33;
}

a {
	text-decoration: none;
	color: #0071B0;
	font-weight: bold;
	cursor:hand;
}
	
a:hover {
	color: #CD434F;
	cursor:hand;
}

hr {
	color: #332019;
}

