	#body {
		background-image: url('pictures/background.gif');
		color: navy
		}
		
	.mainhead {
	  font: bold xx-large;
	  text-align: center;
	  padding: 20px;
	  /* background: white; */
	  }
	  
	  .picture {
		width: 200;
		height: 150;
		}
		
	td {
		border: none;
		text-align: center;
		
	}
	
	:hover {
		/* background: green; */
		}
		
	.summary {
		text-align: center;
		font: x-large;
	}
	
	.highlight {
		font-weight: bold;
		}
		
	.address {
		text-align: center;
		font: bold italic large;
		}
		
	.pagelink li {
		width: 49%;
		text-align: center;
		display: inline;
		font: large;
		border: 6px aqua ridge;
		
	}
