 /* 
 * Style sheet for the HTML 4.0 specification
 * Arkusz do stron początkowych miejscowoćci 
 * Z.Wisniewski  26. lipca 2005, 18:28:01
 * $Id: harc.css$  
 */
 /*style obramowania-outset(na powierzchni),groove(rowek),ridge(wypukły wałek)
*inset(zagłębienie obiektu),solid(linia ciągła),double(dwie cienkie linie)
*none(bez obramowania),dashed(linia kreskowana),dotted(linia kropkowana)
*cellpadding-padding, cellspacing-paddnig */
/* table */
table {
    margin:0 auto;
    border: 2pt;
    border-style: ridge;
    width: 100%;
    background-color: #D0E7FD;
}
/*  */
td {
    border-style: ridge;
    font-family: VERDANA;
    font-size: 14;
    color: #000000;
    padding-left: 5;
    padding-right: 5;
    padding-top: 5;
    padding-bottom: 5;}
/*  */
.kol {
    border-style: ridge;
    background-color: #E9F4FF;
    font-family: VERDANA;
    font-size: 14;
    color: #000000;
    padding-left: 5;
    padding-right: 5;
    padding-top: 5;
    padding-bottom: 5;    
}  
/* linki */
a: link {
    text-decoration: none;
    color: #ff33ff;
    font-size: 10pt;
    font-family: sans-serif;
}
a: hover {
    text-decoration: line-through;
    color: #663399;
    font-size: 10pt;
    font-family: sans-serif;
}
a: visited {
    text-decoration: none;
    color: #ff6666;
    font-size: 10pt;
    font-family: sans-serif;
}
a {text-decoration: none;}
.nota {
    color: #660000;
    font-size: small;
    font-style: italic;
    text-decoration: none;
}
.lewy {
    text-align:left;
    font-family: VERDANA;
    font-size: 18pt;
    color: #000000;
}
div {text-align:center;}
/* stopka */
p.b1 {
    text-align: left;
    font-size: 12pt;
    font-family: serif;
}
/*  */
p.c1 {
    font-weight:;
    font-size: 13pt;
    font-family: serif;
    text-align: center;
    text-decoration: none;
}
