@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: font-family: "Times New Roman", serif;
	font-size: 12px;
	color:#161616;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #DBE5E6;
	
}
