
body {
color:#336699;
background-color:#b3cce6;
border:solid 1px #336699;
border-radius: 10px;
margin:10px 5px;
padding:12px;
}
h1 { border:solid 1px #336699;
 padding: 20px;
border-radius: 10px;
 color:#b3cce6;
    background-color:#336699;
    text-align: center;
    
}
h2 { border:solid 1px #336699;
padding: 10px;
border-radius: 10px;
 color:#b3cce6;
    background-color:#336699;
    text-align: center;
    clear:both;
}
p { clear:both;
border:solid 1px ;
border-radius: 10px;
padding:8px;
color:#336699;
background-color:#b3cce6;
text-align:justify;
text-indent:2mm;
}
p#podpis { border:solid 1px #336699;
border-radius: 10px;
 color:#b3cce6;
    background-color:#336699;
    padding:6px;
    font-size:10pt;
     position:absolute; right:20px; top:13px;}
     
     p#link { border:solid 1px #336699;
          border-radius: 10px;
          color:#b3cce6;
          background-color:#336699;
          padding:6px;
          font-size:10pt;
          text-align: center;
    
    
    }
    
header {
    
    color:#b3cce6;
    background-color:#336699;
    text-align: center;
    padding: 10px;
    border-radius: 10px;}

a:hover {
  color: red;}
  
  img#logo {
  border:solid 2px black;
  position:absolute; left:35px; top:35px;
  

