/* All these are used to tell the browser what to turn the basic font's into. */
/* Editing of one word or little changes should be done in the actuall file, not here. This is just general mass editing. */
/* This code needs to be placed in the head tage of ever page that these edits are a part of:
      <link rel=stylesheet type="text/css" href="text_formating_background.css">
*/

/* Used for the background color of every page. */
/* Tree menu background color is found in the simpletree.css file. */
body {background: #fffffa
}

/* Main body of text at normal size. */
p {font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-align: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Opening Headers at the top of every page. */
h1 {font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

/* Used for text that is smaller than normal size (p). */
h2 {font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: .7em;
  text-align: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Used for lists and tables.*/
h3 {font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin-left: 1%;
  margin-right: 1%;
}

/* Centering text in boxes */
h5 {font-family: Verdana, sans-serif;
  font-weight:normal;
  font-size: 1em;
  text-align: center;
}

/* Sub titles, bigger than normal text but not as large as the headers. */
h4 {font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}

