@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family : "Verdana", sans-serif;
	font-size: 13px;
/*	color:#000000; */
	background-color: #EEF8DD;
	margin:0px auto 0px auto;
	width:816px;
}