body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #CC3333;
}