/*
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;
}

A:visited {
	color: #6666aa;
}

A:hover {
	color: #008000;
	font-weight: bold;
}

A:active {
	color: red;
}

P {
	font: normal normal normal 0.9em /140% 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
}

h1	{
	font-size: 2.0em; 
	font-family: Tahoma;
	letter-spacing: 0.0em;
}

h2	{
	font-size: 1.2em; 
	font-family: Tahoma;
	letter-spacing: 0.0em;
}

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: 40px;
	padding: 20px;
	border: 1px solid black;
	background-color: #E0E0E0;
	font: italic normal normal 0.9em /120% Georgia, Times, serif;
	text-align: left;
}

#content {
  background-color : white;
  position : absolute;
  left : 20%;
  width: 60%;	
  top : 10px;
  font-size:1.0em;
  padding: 10px 10px 10px 10px;
  color: #000000;
	border: 1px dotted blue;
}

#content ul li {
	font: normal normal normal 0.9em /120% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

#LEWA_RAMKA {
	width: 180px;
	float: left;
	overflow: hidden;
	position: fixed;
	padding-top: 10px;
	background-color: #FFFFFF;
	font-size: 8px;
	line-height: 100%;
	text-align: center;
	border-style: dotted;
	border-width: 1px;
	}
	
#PRAWA_RAMKA {
	width: 150px;
	float: left;
	overflow: hidden;
	position: fixed;
	right: 20px;
	top: 100px;	
	padding-top: 10px;
	font-size: 8px;
	line-height: 100%;
	text-align: center;
	}
