BODY {
 font: 11px Verdana;
 background: #d9d8d6;
 margin:0px;
}
TABLE {
 font: 11px Verdana;
 text-align: left;
}
INPUT,SELECT,TEXTAREA {
 font: 11px Verdana;
}
INPUT.small,SELECT.small {
 font: 9px Verdana;
}
A {
 text-decoration: none;
 color: black;
}
A:HOVER {
 text-decoration: underline;
}
A.menu {
 color: white;
}
.footer {
 clear:both;
 background:black;
 width:980px;
 font:10px Verdana;
 color:white;
 padding:8px 0px;
 line-height:10px;
}
.footer A {
 color: white;
}
.title {
 font: bold 13px Verdana;
 padding:5px;
}
.komunikat_ok {
 background:black;
 color:white;
 padding:15px;
 margin:10px
}
.komunikat_blad {
 background:black;
 color:red;
 padding:15px;
 margin:10px;
 font-weight:bold;
}
.komunikat_blad A {
 color: white;
}
.borderimg {
 border: 1px solid #CCCCCC;
}