body {
 font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 /*background-color: #F0E68C;
 background-image: url(tlo.gif);
 */
}
.err {
 color:#FF0000;
}
/* naglowek strony */
h1 {
 color: #000000;
 font-family: Courier New;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-top: 5px;
}
h2 {
 color: #000000;
 font-family: Courier New;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-top: 5px;
}
h3 {
 color: #000000;
 font-family: Courier New;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-top: 5px;
}



a {
 color: #000080;
 text-decoration: none;
 letter-spacing: 1px;
}
a:hover {color: #FF0000;}
a:active {color: #000000;}

input {
 font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px solid;
 background: #FFFFA8;
}
textarea {
 font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px solid;
 background: #FFFFA8;
}

table {
	font-size: 12px;
	border: 1px solid #A9A9A9;
	margin-bottom: 1px;
	margin-top: 1px;
}

td {
 text-align: left;
 padding: 2px;
}
