



body {
  margin-left: 10px;
  margin-top: 10px;
  color: #CEF6CE;
  background: #000;
  font-size: 80%;
 
  }
body, h1, h2, td, a {
  font-family: verdana, helvetica, arial, sans-serif;
   width:1300px;
   margin:0 auto;
  
 }

 div.infotop {
  border-bottom: 1px solid #CEF6CE;
  padding-bottom: 0.5em;
  margin-bottom: 0.1em;

  }


div.main {
  margin-left: 15px;
  margin-top: 35px;
  white-space: nowrap;

  }

h1 {
  font-size: 180%;
  font-weight: normal;
}
h2 {
  color: #CEF6CE;
  background: #000;
  font-size: 160%;
  font-weight: normal;
}
img, table, td {
  border: none;
}

img {
  margin-right: -4px;
}
td {
  color: #fff;
  background: #000;
  font-size: 85%;
  text-align: center;
  vertical-align: bottom;
}



.item {
  position: relative;
  
  
  margin: 2%;
  overflow: hidden;
  width: 280px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2;
}
 