/* 
    Document   : style
    Created on : 2010-02-12, 09:47:57
    Author     : Miro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



    a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    }
    a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    }
    a:active {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    }
    a:hover {
    color: #727272;
    text-decoration: none;
    font-weight: bold;
    }

.news {
     color: #000000;
     font-family: Verdana;
     font-size:12px;
     text-align:justify;
     text-decoration:none;
}

.kom {
     color: #000000;
     font-family: Verdana;
     font-size:10px;
     text-align:justify;
     text-decoration:none;
}

.dat {
     color: #000000;
     font-family: Verdana;
     font-weight: bold;
     font-size:10px;
     text-decoration:none;
}

.da {
     color: #FFFFFF;
     font-family: Verdana;
     font-weight: bold;
     font-size:10px;
     text-decoration:none;
}

.podpis {
     color:yellow;
     font-family: Verdana;
     font-weight: bold;
     font-size:14px;
     text-decoration:none;
     text-align:center;
     font-style:italic;
}
