body, table, tr, td {
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #663300;
}
a:link, a:visited, a:active {
       color: #996666;
       text-decoration: none;
       font-size: 10px;
}
a:hover {
       text-decoration: underline;
}
td.stopka {
       color: #ffff99;
}
input.txt, textarea, select {
       border-color:black;
       border-style: solid;
       border-width: 1px;
       background-color: #663300;
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #ffff99;
}
input.but {
       border-color:silver;
       border-style: outset;
       border-width: 2px;
       background-color: #663300;
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 10px;
       color: #ffff99;
}
h1 {
  font-size: 14px;
  font-weight: bold;
}
h2 {
  font-size: 12px;
  font-weight: bold;
}
td.head {
       background-color: #663300;
       color: #FFFF99;
}
.zolty {
  border-bottom-width: 1px;
  border-bottom-color: yellow;
  border-bottom-style: solid;
}
.czerwony {
  border-bottom-width: 1px;
  border-bottom-color: red;
  border-bottom-style: solid;
}
.zielony {
  border-bottom-width: 1px;
  border-bottom-color: green;
  border-bottom-style: solid;
}
.niebieski {
  border-bottom-width: 1px;
  border-bottom-color: blue;
  border-bottom-style: solid;
}
