BODY {
	 background-color: #FFFFFF;
	 color: #800000;
	 font-family: Verdana;
	 font-size: medium;
         margin: 10px
}

TABLE {
	 background-color: #F8F7C0;
	 color: #800000;
	 font-family: Verdana;
	 font-size: medium;
         margin: 10px
}

A:link {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
        font-size: x-small;
}

A:visited {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
        font-size: x-small;
}

A:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	font-weight: bold;
	text-decoration: none;
        font-size: x-small;  
}

P.srodek {
  text-align: center;
}

P.srodekmniejszy {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wyroznienie {
	color: #0000FF;
	background-color: transparent;	
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}

HR {
  color: #0000FF;
  height: 1px;
  width: 100%;
  margin: 0px;
}