@charset "utf-8";
/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
}
/*body { 
	font: 14px/1.4 Georgia, Serif; 
}
*/#page-wrap {
	margin: 2px;
}
p {
	margin: 10px 0; 
}

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

