
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;
}

h2{
  color: rgb(49,0,156);
}
h3{
  color: rgb(49,0,156);
}

.core-section, #content{
  border: 1px solid rgb(49,0,156);
  padding: 1em;
  background-color: rgb(251,251,255);
  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;
}



