﻿body {
	padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	background-color: #fff;
	color: #000;
	background-image: none;
	border-color: #000;
/* Sets the border color properties for an element using shorthand notation */	margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
}

