/* 
    Document   : strona_index
    Created on : 2009-11-14, 14:12:11
    Author     : master
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#index_content_contener {
    width:480px;
    border:none;
    margin:0;
    padding:0;
    padding-top: 25px;
    float:left;
    clear:none;

    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
    }
#index_img_contener {
    width:289px;
    border:none;
    margin:0;
    padding:0;
    padding-top: 25px;
    float:left;
    clear:none;
    }
#index_img_contener a, #index_content_contener a, #index_img_contener img{
    color:#8BD40B;
    font-family: Tahoma;
    
    font-weight:bold;
    text-decoration:none;
 
    border:none;
    margin:0;
    padding:0;

    }