@import url("/CSSMenuWriter/cssmw2/menu.css");
@import url("/stgilbert.css");
/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: url(/Assets/Images/bg/gray02.jpg);
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}
