/*muzyga.pl*/
body {
  line-height:     50%;
  color:           #000;
  background:      white;
  font-weight:     normal;
  font-size: 10px; 
  font-family: verdana, sans-serif;
  font-style:      normal;
  text-decoration: none;
  margin:  0;
  padding: 0;
  border:  0px none;
  
}
a:link, a:visited {
	text-decoration: none;  
	color: #000; 
	font-weight: bold;
	font-size: 10px;
}
  
a:hover {
	text-decoration: underline;  
}

table {
	width: 100%; 
	height: 500px;
}

td {
	text-align: center; 
	vertical-align: middle;
}


