* {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/1.4 Georgia, Serif;
}
#page-wrap {
	margin: 20px;
}
p {
	margin: 20px 0;
}
ul {
	list-style-type: disc;
	padding-left: 0 !important;
}
li {
	margin-bottom: 15px;
}

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