 .switch {
 	display: none;
 }

 .pagename, .display, .pagetext, .homelink, .search, .counter, .modified {
 	position:relative;
 	margin-left: 23%;
 	width: 77%;
 }
 
H2.pagename {
	font-size: 144%;
	text-align: center;
	margin-top: -7px;
	margin-bottom: -3px;
}

DIV.description {
 	white-space: pre;
 	text-align: justify;
}

DIV.info {
	text-align: center;
}
 .price {
	font-weight: bold;
 }

 .itemid {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
 }

 .homelink, .search, .counter, .modified {
  	clear: both;
  	text-align: center;
  	margin-top: 5px;
  	margin-bottom: 5px;
 }
 
 ADDRESS {
	 font-size: 120%;
 }

 TABLE.counter {
         margin-left: auto;
	 margin-right: auto;
         color: white;
         background-color: gray;
 }
 
  .homelink {
	 font-variant: small-caps;
 }



