
.galleryhome a, .galleryhome i a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:220px; 
height:22px; 
color:#000; 
border:1px solid #dddddd;
border-width:1px;
background:#fff; 
line-height:22px; 
font-size:11px;
}



/* style the background and forground colors of the links on hover */
.galleryhome a:hover  {
background:#333; 
color:#fff;
}

