/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* Header
-------------------------------------------- */

h1 {
    font-family: Arial, Helvetica;
    color: #002a75;
    font-size: 16px;
}

h2 {
    font-family: Arial, Helvetica;
    color: #3e7728;
    font-size: 14px;
    margin-bottom: 0px;
}

h2 a {
    color: #3e7728;
    text-decoration: none;
}

h2 a:hover {
    color: #3e7728;
    text-decoration: underline;
}

.datum {
    font-size: 10px;
    color: #999999;
}

h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #053c96;
}

a.dalej {
    color: #f0c11b;
    font-weight: bold;
    font-size: 12px;
}

p {
    font-family: Arial, Helvetica;
    color: #000000;
    font-size: 12px;
}

p.zeleny {
    color: #3e7728;
    font-weight: bold;
}

ul.normalny li, ol.normalny li, ol.normalny li ul li {
    font-size: 12px;
    margin: 5px;
}

a {
    color: #3e7728;
}