/*

font-style font-variant font-weight font-size /line-height font-family
   italic   small-caps   normal,bold 

*/

a {
	font: bold Verdana;
	text-decoration: none;
}

a img {
	border: none;
}

A:link {
	color: #0030ff;
	cursor: help;
	font-weight: bold;
}

A:visited {
	color: #6666aa;
	font-weight: bold;
}

A:hover {
	color: #F00;
	font-weight: bold;
}

A:active {
	color: red;
	font-weight: bold;
}

P {
	font: normal normal normal 1em /140% Georgia, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

P:first-letter {
	padding-left: 10px;
	font-weight: normal;
	font-size: 1.3em;
}

.podkresl {
	font-weight: bold;
	color: #cc0020;
	background-color: #ffff00;
	font-size: 1.1em;
}

h1, h2	{
	font-size: 2.0em; 
	font-family: Verdana;
	letter-spacing: 0.0em;
	color : #930;
	line-height: 110%;
}

h2	{
	font-size: 1.3em; 
	font-family: Georgia;
	color : #1AD;
	padding-top: 25px;
}

body {
  background-color : transparent;
  color : #000000;
  width: 95%;
  margin : 10px 10px 10px 10px;
}

.linki-moje {
	font: normal normal normal xx-small /120% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#blockquote	{
	width: 80%;
	margin: 20px 0px 20px 60px;
	padding: 20px;
	border: 1px solid black;
	background-color: #FFC;
	font: italic normal normal 0.9em /130% Georgia, Times, serif;
	text-align: left;
}

#content {
  background-color : white;
  position : absolute;
  left : 20%;
  width: 60%;	
  top : 10px;
  font-size:1.0em;
  padding: 0px 10px 30px 10px;
  color: #000000;
  border: 1px dotted blue;
}

#content ul li {
	font: normal normal normal 1em /120% Georgia, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-top: 2px;
}

#LEWA_RAMKA {
	width: 180px;
	float: left;
	overflow: visible;
	position: fixed;
	top: 0px;	
	padding-top: 10px;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	border-width: 1px;
	}

#PRAWA_RAMKA {

	width: 150px;
	float: left;
	overflow: hidden;
	position: fixed;
	right: 20px;
	top: 0px;	
	padding-top: 10px;
	font-size: 8px;
	line-height: 100%;
	text-align: center;
	}

