/* Generic Selectors */
 
body {

/*   font-family: Georgia, "Times New Roman", Times, serif; */
/*   font-family: Verdana, sans-serif; */
   font-family: 'Brush Script MT', cursive;
   font-size: 16px;
   font-weight: normal;
/* font-weight: bold; */
   color: black; 
   background-color: #F9F9F9;
   background-image: url(../images/bible-04.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}
 
p {

   font-family: 'Brush Script MT', cursive;
   font-size: 16px;
/* font-weight: bold; */
   font-weight: normal; 
   color: black;
/*   width: 80%; */
}
 
li {
   list-style-type: disc;
   line-height: 150%;
   font-family: 'Brush Script MT', cursive;
/*   font-family: Verdana, sans-serif; */
   font-size: 16px;
   font-weight: normal;
/*   font-style: italic; */
   color: black;
}
 
h1 {
   font-family: 'Brush Script MT', cursive;
   font-size: 24px;
   font-weight: bold;
/*   font-weight: normal; */
   color: black; 
}
 
h2 {
/*   This font represents Scripture */
   font-family: 'Brush Script MT', cursive;	
   font-size: 24px;
   font-weight: bold; 
/*   font-style: italic; */
   color: black; 
   border-bottom: 1px solid #C6EC8C;
}

h3 {
/* This font represents Jesus speaking in Scripture */
   font-family: 'Brush Script MT', cursive;
   font-size: 24px;
   font-weight: bolder; 
/*   font-style: italic; */
   color: red;
   border-bottom: 1px solid #C6EC8C;
}

h4 {
/* This font represents my commentary. */
/*   font-family: Arial, sans-serif; */
   font-family: 'Brush Script MT', cursive;
/*   font-family: Verdana, sans-serif;	*/
   font-size: 16px;
   font-weight: bolder;
   color: blue; 
   border-bottom: 1px solid #C6EC8C;
}

h5 {
/* This font represents my commentary. */
/*   font-family: Arial, sans-serif; */
   font-family: Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: black;
   border-bottom: 1px solid #C6EC8C;
   text-indent: 10px;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;

}

h6 {
/* This font represents my commentary. */
/*   font-family: Arial, sans-serif; */
   font-family: Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: black;
   border-bottom: 1px solid #C6EC8C;
   text-indent: 20px;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;

}

pre
{
  font-family: monospace, serif;

  font-size: 16px;
  font-weight: bolder;
  font-color: black;
    
}
/**************** Pseudo classes ****************/
 
a:link {
   color: blue; 
   text-decoration: none;
/*   text-decoration: underline; */
   font-weight: bold;
}
 
li :link {
   color: blue; 
   text-decoration: none;
   font-weight: bold;
}
 
a:visited {
   color: red; 
   text-decoration: none;
   font-weight: normal;
}
 
li a:visited {
   color: red; 
   text-decoration: none;
   font-weight: normal;
}
 
a:hover {
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: normal;
   text-decoration: underline;
}
 
li a:hover {
   display: block;
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}
 
a:active {
   color: rgb(255, 0, 102);
   font-weight: bold;
}
 
/************************* ID's *************************/
 
#navigation {
   position: absolute;
   width: 250px;
/*   width: 210px; */
/*   height: 600px; */
   margin: 0;
   margin-top: 50px;

/*   border-right: 1px solid #C6EC8C; */
/*   font-weight: normal; */
}
 
#centerDoc {
   position: absolute;
   padding: 0 0 20px 0; /*top right bottom left*/
   margin-top: 50px;
   margin-left: 220px; 
/*   margin-left: 235px; */
}
