﻿/*

    Default.css

    Elementy domyslne

*/

* { 
    padding:             0;
    margin:              0;
    font-family:         Verdana, Arial, Helvetica, sans-serif;
}

html, body {
    color:               #4E6E00;
    background-color:    #FDFDFD;
    font-size:           10pt;
}

h1, h2, h3, h4, h5 {
    margin:              0.25em 10px;
    text-align:          center;
}

thead td {
    font-weight:         bold;
}

caption {
    font-size:           larger;
    font-weight:         bold;
}

a {
    font-style:          normal;
    color:               blue;
}
a:link, a:visited {
    text-decoration:     none;
}
a:hover {
    text-decoration:     underline;
}

.see {
    padding-top:         1em;
    color:               #000080;
}
.see li {
    list-style-type:     disc;
    padding-left:        0.5em;
    margin-left:         2.5em;
}
.see a {
    font-variant:        small-caps;
}

.account {
    font-weight:         bold;
    text-align:          center;
}

ol {
    list-style-position: outside;
}

ol li {
    text-align:          justify;
    padding-top:         0.25em;
    margin-left:         2.5em;
    margin-right:        2em;
}

ol.Level1 {
    list-style-type:     decimal; 
}

ol.Level2 {
    list-style-type:     lower-alpha; 
}

ol.Level3 {
    list-style-type:     upper-roman; 
}

p.Notice {
    text-align:          justify;
    margin:              0.5em 2em;
    font-style:          italic;
}

