
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/tlo_x.png);
	background-repeat: repeat-x;
}
#container  {
	width: 1024px;
	height:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */

/* Definicja odsy^3acza podstawowego*/

A
    {

    text-decoration:none;
    }
A:link
    {
    color:green;
    }
A:visited
    {
    color:green;
    }
A:hover
    {
    color:red;
    font:120%;
    text-decoration: none;
    font-weight: bold;
    }
h1{
    color:green;
    font-size:120%;
}
h2{
    color:red;
    font-size:110%;
}
h3{
    color:purple;
    font-size:100%;
}
h4{
    color:red;
    font-size:150%;
    font-weight: bold;
}


div#MenuTD {
    height: 37px;
    background-image:url(images/on.png);
    font-size:12px;
    text-align: center;
    text-decoration: none;
    padding: 10;

}
