@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #88ccdf;
	background-image: url(site_images/mhs-fade.jpg); 
	background-repeat: repeat-x;
}
