* { 
	margin: 10px; 
	padding: 0; 
}
body { 
	font: 14px/1.4 Georgia, Serif;
	align:center;
	 
}
#page-wrap {
	margin: 50px;
}

h1	{
color: #eeeeec;
font-family: arial, sans-serif;
font-size: 32px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
background: #333; 
}

p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
	 	align:center;
		border-collapse: collapse; 
	}
	/* 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; 
	}
	
	input[type=button] {
    border-radius: 5px;
    border: 5px;
    width: 150px;
    height:25px;
    font-family: Tahoma;
    
}