/* It is common to set printer friendly styles such as a white background with black text. */
body {
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F3F1E9;
}
