body {
   background-color: #2d4a54;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, sans-serif;
   text-align: center;
}

#strona {
   width: 800px;
   background-color: white;
   padding: 3px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   border: 2px solid black;
}

#naglowek {
   margin: 3px 3px 0px 3px;
   background-color: black;
   padding: 2px;
   color: white;
   height: 40px;
   text-align: left;
}

#menu {
   margin: 0px 3px 3px 3px;
   padding: 2px;
   height: 20px;
   background-color: black;
}

.menumale {
   margin: 6px 3px 0px 3px;
   padding: 1px;
}

#content {
   margin: 0px 10px 10px 10px;
   text-align: justify;
}

#stopka {
   margin: 3px;
   padding: 1px;
   background-color: black;
   color: aqua;
   height: 17px;
   font-size: 11px;
}

#h3 {
    font-size: x-large;
    font-weight: bold;
}

#haslo {
   font-size: 11px;
}

.menuznak {
   color: gray;
   font-size: 14px;
}

.gruby {
   font-weight: bold;
}

.rameczka {
   background-color: silver;
   padding: 3px;
   text-align: left;
}

.under {
   text-decoration: underline;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

#zoltek {
   color: yellow; 
}

#menu a:link { text-decoration: none; color: aqua; }
#menu a:visited { text-decoration: none; color: aqua; }
#menu a:active { text-decoration: none; color: aqua; }
#menu a:hover { text-decoration: underline; color: aqua; }

.menumale a:link { text-decoration: none; color: black; }
.menumale a:visited { text-decoration: none; color: black; }
.menumale a:active { text-decoration: none; color: black; }
.menumale a:hover { text-decoration: underline; color: black; }

.menumale table { 
   margin-left: auto; 
   margin-right: auto; 
   font-size: 12px; 
}

table.kurs {
   border: thin solid silver;
   text-align: center;
   padding: 5px;
}

table.cytat {
   border: none;
}

tr.cytat1 {
   font-style: italic;
}   

tr.cytat2 {
   text-align: center;
}   

table.godziny {
   border: thin solid black;
   border-spacing: 0px;
   border-collapse: collapse;
   text-align: center;
}

td.godziny {
   border: thin dotted black;
   width: 27px;
   font-size: 8px;
}

td.color {
   border: thin dotted black;
   background-color: #99ff66;
}
