/* znaczniki body i html */

html {
           border-collapse:collapse;
	   height : 100%;
           max-height : 100%;
           padding : 0px;
           margin : 0px;
           margin-left : 0px;
           border : 0px;
           font-family : Comic Sans, Comic Sans MS, cursive;
           font-size : 12px;
           color : black;

      }

 body {
           height : 100%;
           max-height : 100%;
           padding : 0;
           margin : 0;
           border : 0;
           font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px;
      }



table
{
height:100%;
border:1px;
}

.title
{
font-size: 30px;
TEXT-ALIGN:center;
color: #c0c0c0;

}
td.menu_lewe{
text-align:right;
border-right:solid;
border-right-width:1px;
width:150px;
}
td.stopka {
text-align:center;
}
td.srodek{
text-align:left;
padding-left:10px;
}
td{
text-align:center;
}
a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-decoration:none;
color:black;
}
img{
border:0;
}

