
body{
background-color: black;
margin: 0;
padding: 0;
font-size: 10pt;
font-family: Verdana;
text-align: center;
color:white;
}

h1{font-size: 14pt;
font-weight: bold;
text-align:center;}

h2{font-size: 12pt;
text-decoration: underline;
font-weight: bold;
}

#str{
width: 780px;
margin: auto;
text-align: left;
}
img{
border:0px;}
#yx{
background-image:url(layout.gif);
background-repeat: repeat-y;
float:left;
}

#t1 {
background-image:url(logo.jpg);
background-repeat: no-repeat;
width: 100%;
height: 179px;
}
#t2 {
background-image:url(layout.gif);
background-repeat: repeat-y;
width: 100%;
height: 40px;
}
#t3 {
width: 180px;
float: left;
height:400px;
}
#t4 {
float: right;
width: 585px;
overflow:hidden;
margin-right:10px;
}
a:link, a:visited{ /*, link ogolnie i odwiedzony */
text-decoration:none;
color:silver;
font-size: 10pt;
font-family: Verdana;
}
a:hover{
text-decoration:underline overline;   /*, link nacelowany */
}
a:active{
text-decoration: underline overline;/*, link nacisniety */
color:white;
}
