* { 
	margin: 0; 
	padding: 0; 
}
body { 
		color: #165861;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
}
#page-wrap {
	margin: 10px;
}
p {
	margin: 10px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: transparent; 
	}
	th { 
		background: #999; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 4px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}