body {
   font-family: "Verdana", "Arial", "Trebuchet", sans-serif;   
   font-size: 10px;
   color:#353536
}

.main_table {
   border: 1px solid #000000;  
}

.portraits {

   font-family: Arial;
   font-size: 16px; 
   font-weight: bold;
   background: #ECECEC; 
   width: 200px;
   height: 200px;
   background: url(images/logo-weddings.jpg) repeat;
}

a#weddings {
   display: block;
   background:gray;
   background-image: url(logo-weddings.jpg);   
   background-repeat: no-repeat;
   width: 200px;
   height: 200px;
}

a#weddings:hover {
   background-color: #ECECEC;
}

a .alt {
   display: none;
}