@import "styles.css";
@import "designRules.css";

/********************************************************
  
    The rules below will be applied to almost all
    browsers. Advanced layout should only be placed
    into the "advanced.css" file.

*********************************************************/

body, form, textarea, input, select {
	font-family: "Times New Roman", sans-serif;
	font-size: 14px;
}

/* for table cells & font embedded data, set large display text */
td, p {
	font-family: "Times New Roman", sans-serif;
	font-size: 16px;
}

