BODY { 
	background-color: #F1D4D4; 
	color: #000000; 
	font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	margin: 0; 
	}

P { 
	text-align: justify; 
}


H1 { 
	font-size: 11pt; 
	text-align: left; 
	color: #A43C3A;
	border-bottom: 1pt dotted red;
	border-left: 5pt solid red; 
	font-weight: bold;
	padding-left: 5px; 
}

INPUT,textarea { 
	font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #FFFBB0; 
	border: 1px solid #C36; 	
/* padding: 1px; */
	margin-top: 3px;
}
	

SELECT { 
	font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #FFFBB0; 
	color: #353535; 
	border: 1px solid #C36; 	
/* padding: 1px; */
}

HR { 
	color: #933; 
	height: 2px; 
	width: 100%; 
}

A { text-decoration: none; }
A:LINK { color: #0000FF; }
A:ACTIVE { color: #FF0000; }
A:VISITED { color: #0000FF; }
A:HOVER { color: #FF0000; text-decoration: underline;  }


.lewa { text-align: left; }
.prawa { text-align: right; }	
.srodek { text-align: center; }
	
