#page-wrap * {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 20px;
	text-align:center;
}
#page-wrap body { 
	font: 14px/1.4 Georgia, Serif; 
}
#page-wrap {
	margin: 50px;
}
#page-wrap p {
	margin: 20px 0;
	font-size: 16px;
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table {
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
