@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
