body {
     font-family:Georgia,Tahoma;
     font-size:9pt;
     color:#414141;
     background-color: #ffffff;
     margin-top: 0px;
     font-weight:normal;
     }
     
div.glowny  {
            margin-left: auto;
            margin-right: auto;
            width: 500px;
            height: 143px;
            background: #ffffff url('logo.png') no-repeat center;
            }

td {
     font-family:Georgia,Tahoma;
     font-size:8pt;
     font-weight:normal;
     }

#wpis {
	width: 140px;
	height: 30px;
	padding: 6px;
	background: #ffffff;
	border-top: 1px solid #FFBA00;
	border-left: 1px solid #FFBA00;
	border-right: 1px solid #FFBA00;
	border-bottom: 1px solid #FFBA00;
	font: bold 10pt Georgia, Tahoma;
	color: #1CA7AE;
	text-align:center;
           }
#button {
	width: 110px;
	height: 30px;
	padding: 6px 0px 10px 0px;
	background: #ffffff;
	border-top: 1px solid #FFBA00;
	border-left: 1px solid #FFBA00;
	border-right: 1px solid #FFBA00;
	border-bottom: 1px solid #FFBA00;
	font: bold 8pt Georgia, Tahoma;
	color: #6C8C37;
	text-align:center;
           }

A.x:link,A.x:visited,A.x:active {
                                text-decoration:none;
                                color:#6C8C37;
                                border: 1px solid #FFBA00;
                                padding:5px;
                                }
                                
span.z {
    text-decoration:none;
    color:#6C8C37;
    border: 1px solid #FFBA00;
    padding:5px;
    }
    
    
A.x:hover {
          text-decoration:underline;
          color:#6C8C37;
          border: 1px solid #FFBA00;
          padding:5px;
          }
          
A:link,A:visited,A:active {
                           text-decoration:none;
                           color:#6C8C37;
                          }
A:hover {
        text-decoration:underline;
        color:#6C8C37;
        }
