  *{
margin: 0 auto 0 auto;
padding: 0;
color: #6d6870;
border: none;
} 
  html {
	font-family: "verdana", Verdana, Times, Helvetica, sans-serif;
	font-size: 15px;
  background: #fff url('background.gif') repeat;
	text-align: center;
	width: 100%;
}
a, a:link {
  text-decoration: none;
  cursor: pointer;
  color: #6d6870;
}

a:visited {
  color: #6d6870;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #6d6870;  text-decoration: underline;
}

body {
  text-align: center;
 
  line-height: 1.7;
  color: #333;
}
table {
line-height: 1.7;
text-align: left;
position: relative;
clear: both;
top: 170px;
width:430px;
}
td, th {
  padding: 2px 20px 0px 0;
  vertical-align: top;
}
div#logo {
  position: relative;
  text-align:center;
  top: 150px;
  width: 500px;
  height: 132px;
}
tr:hover{
background-color: #f8f8f8 !important;
}
div#logo span{
  background: url('blaboly.gif');
}
div#logo a:hover span {
    background: url('blabolyhover.gif');
}
.imgr, .imgr span {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  text-decoration: none;
  left: 0;
}

.imgr span {
  position: absolute;
  width: 100%;
  height: 100%;
}
