div.img_container_eggplant_border {
	border-width: 1px;
	border-color: #5c4955;
	border-style: solid; 
}

img {
	border-width: 0px;
}

a {
   font-weight: bold;
}
  
a:link {
   text-decoration: none;
   color: #5c4955;
   font-weight: bold;

}

a:visited {
   text-decoration: none;
   color: #5c4955;
   font-weight: bold;

}

a:active {
   text-decoration: none;
   color: #5c4955;
   font-weight: bold;

}

a:hover {
   text-decoration: none; 
   color: #b0a790;
   font-weight: bold;

}
