/* This css file is primarily for unifying the page so it is viewed correctly in most browsers*/


/*body - sets the default text settings*/

body {font: "ariel";font-size: 16px; font-weight: normal;line-height: normal;}


/*h1 - use for main titles and headings*/

h1 {font-size: 50px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;text-align: center;}

/*h2 - use to introduce new topic*/

h2 {font-size: 30px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;}

/*h3 - use for sub topics*/

h3 {font-size: 22px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;text-indent: 5%;}

/*h4 - standard setting for body text*/

h4 {font-size: 16px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;}

/*h5 - use for notes*/

h5 {font-size: 12px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-ottom: 0px;}

/*The following is for sections that must be spaced closely together. Otherwise, they are identical to the listing above*/

/*addtitle - use for main titles and headings*/

.addtitle{
font-size: 52px;
  color: black;
  font-weight: normal;
}

/*addtopic - use to introduce new topic*/

.addtopic{
font-size: 36px;
  color: black;
  font-weight: normal;
}

/*addsub-topic - use for sub topics*/

.addsub-topic{font-size: 24px;
  color: black;
  font-weight: normal;
}

/*addbodytext - standard setting for body text*/

.addbodytext{
font-size: 16px;
  color: black;
  font-weight: normal;
}

/*addnote - use for notes*/

.addnote{
font-size: 12px;
  color: black;
  font-weight: normal;
}

/*adddate - use for addding dates for page creation*/

.adddate{
font-size: 12px;
  color: black;
  font-weight: normal;
}

/*additional adjustments
#header h1,
#header h2,
#header h3,
#header h4,
#header h5
{
padding: 0px, 0px;
margin: 0px, 0px;
}*/