body         {
	margin: 2% 15% 2% 15%;
}

a:link     {
	color: #C80000;
	text-decoration: underline;
	font-size: inherit;
}
a:visited  {
	color: #0032FF;
	text-decoration: none;
	font-size: inherit;
}
a:hover    {
	color: green;
	text-decoration: underline;
	font-size: inherit;
}
a:active   {
	color: black;
	text-decoration: none;
	font-size: inherit;
}


p          {
	text-indent: 30px;
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}

p.noindent {
	text-indent: 0px;
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}
            
dt         {
	font-style: normal;
	font-size: 21px;
	font-weight: 600;
}

dd         {
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}

li         {
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}

td         {
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}

em         {
	font-style: oblique;
	font-weight: 600;
	font-size: inherit;
}

strong     {
	font-style: normal;
	font-size: larger;
	font-weight: 900;
}

ol         {
	margin-top: -1px;
	margin-bottom: -1px;
}

h1,h2,h3,h4,h5,h6  {
	color: #000000;
	font-style: normal;
	font-weight: 900;
	margin-top: -2px;
	margin-bottom: -1mm;
}
H1         {
	font-size: 48px;
}
H2         {
	font-size: 44px;
}
H3         {
	font-size: 40px;
}
H4         {
	font-size: 36px;
}
H5         {
	font-size: 32px;
}
H6         {
	font-size: 26px;
}


.XXL       {
	font-style: normal;
	font-size: 26px;
	font-weight: 300;
}
.XL        {
	font-style: normal;
	font-size: 23px;
	font-weight: 300;
}
.L         {
	font-style: normal;
	font-size: 21px;
	font-weight: 300;
}
.M         {
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
}
.S         {
	font-style: normal;
	font-size: 14px;
	font-weight: 200;
}
.XS        {
	font-style: normal;
	font-size: 12px;
	font-weight: 200;
}
.XXS       {
	font-style: normal;
	font-size: 10px;
	font-weight: 200;
}


.XXLred    {
	Color: #ff0000;
	font-style: normal;
	font-size: 26px;
	font-weight: 500;
}
.XLred     {
	color: #ff0000;
	font-style: normal;
	font-size: 23px;
	font-weight: 500;
}
.Lred      {
	Color: #ff0000;
	font-style: normal;
	font-size: 21px;
	font-weight: 500;
}
.Mred      {
	Color: #ff0000;
	font-style: normal;
	font-size: 19px;
	font-weight: 500;
}
.Sred      {
	Color: #ff0000;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
}
.XSred     {
	Color: #ff0000;
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
}
.XXSred    {
	Color: #ff0000;
	font-style: normal;
	font-size: 10px;
	font-weight: 500;
}



.XXLblue   {
	Color: #0000FF;
	font-style: normal;
	font-size: 26px;
	font-weight: 500;
}
.XLblue    {
	color: #0000FF;
	font-style: normal;
	font-size: 23px;
	font-weight: 500;
}
.Lblue     {
	Color: #0000FF;
	font-style: normal;
	font-size: 21px;
	font-weight: 500;
}
.Mblue     {
	Color: #0000FF;
	font-style: normal;
	font-size: 19px;
	font-weight: 500;
}
.Sblue     {
	Color: #0000FF;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
}
.XSblue    {
	Color: #0000FF;
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
}
.XXSblue   {
	Color: #0000FF;
	font-style: normal;
	font-size: 10px;
	font-weight: 500;
}

.indenttg          {
	text-indent: 148px;
	
}

.indentbd          {
	text-indent: 164px;
	
}

/* Container sets a width of content <div id="container">content</div> to 90% of the margins set in body 
sets border to none */

#container{
	width: 90%;
	padding: 8px;
	border: 0px none transparent;
}

/* Footer sets a width of content <div id="footer">content</div> to 50% of the margins set in body 
sets border to none, centers text, font size 10 px controls spacing */

#footer{
	width: 50%;
	margin: auto;
	padding: 10px;
	border: 0px none transparent;
	font-style: normal;
	font-size: 10px;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: 1px;
	word-spacing: .1px;
	text-align: center;
}
/* Pseudo links set links only in footer to black except for active which is green, links inherit other link attributes set above */
#footer a:link {color: black;}
#footer a:visited {color: black;}
#footer a:hover {color: green;}
#footer a:focus {color: black;}
#footer a:active {color: black;}



/*scriptures */
.large { font-size:160%; }
.small { font-size:80%; }
.smallcaps { font-variant:small-caps; }
.allcaps { text-transform:uppercase; }
.publication { font-style:normal; }
.proper { border-bottom:1px solid #aaa; }
.proper.book { border-bottom-style: dotted; }
.proper.none { border-bottom-style: none; }
