
/* ---- Kolory: ---- */
/* #FFFCCC, green, yellow, silver, #009000,  #008080 (teal), #FF0000 (red) */  
/* ----------------- */

html, body {
             color: black;
             }

html, body, a {
                background: #FFFCCC;
                }
body {
       margin-top: 5%; margin-left: 10%; margin-right: 10%; line-height: 150%; 
       }

/* 
a:link {
         color: blue;
         }

a:visited {
            color: blue;
            }

a:hover { 
          background: yellow; 
          color: black;
          text-decoration: none;
          }*/
/*
a.plain {
          text-decoration: none 
          }
*/
p {
    text-align : left; 
    }

hr {
     clear: both; 
     }

h1 { 
     font-size: 200%; 
     }
h2 {
     font-size: 150%; 
     }
h3 {
     font-size: 100%;
     }
h1 {
     margin-left: -8%;
     }
h2,h3,h4,h5,h6 { 
                 margin-left: -4%; 
                 }



