
a {
	color: rgb(49,0,156); 
	text-decoration: none
}
a:hover {
	color: rgb(49,0,156); 
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
 
body{
  text-align: center;
  background-image: url(SEARCHER_back.jpg);
  background-repeat: repeat;
}

h2{
  color: black;
}
h3{
  color: black;
}

.core-section, #content{
  border: 1px solid black;
  padding: 1em;
  background-color: transparent;
  margin-bottom: .5em;
}

.store-product-detail-image{
  display:none;
}

/*
.store-product-detail{
  margin-top:  1em;
}
.store-product-option-group-description{
  margin-bottom: 1em;
}
*/

div#content
{
padding:  2em;
margin-left: auto;
margin-right: auto;
width: 45em;
}



