@charset "utf-8";

<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}
-->


