
body
   	{
	 font-family:arial;
	 color: rgb(255, 255, 255); 
	 background-color: rgb(0, 153, 0);
 	}


a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #0000FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
a.blue:link {color: #0000FF}  /* unvisited blue text */
a.blue:visited {color: #0000FF}  /* visited blue link */
a.blue:hover {color: #0000FF}   /* mouse over link */
a.blue:active {color: #0000FF}   /* selected link */

h1
	{
	 font-family: times;
	 color: rgb(255, 255, 255); 
	}
h1.black
	{
	 font-family: times;
	 color: rgb(0, 0, 0); 
	}
p 
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(0,0,0);
  }

p.white 
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(255,255,255);
  }

ul
  {
  font-family: arial;
  font-size: 12pt;
  margin-left: 20px;
  }

ul.small
    {
     font-family: arial;
     font-size: 10pt;
     margin-left: 20px;
     /* margin-right: 70px; */
    }

ul.small a:link,ul.small a:visited,ul.small a:hover 
  { 
  color:#000000; 
  text-decoration:none; 
  vertical-align:top;
  } 

ul.policy
  {
  font-family: arial;
  font-size: 11pt;
  margin-left: 90px;
  margin-right: 10px;
  }

ol
  {
  font-family: arial;
  font-size: 12pt;
  margin-left: 20px;
  }
  
table
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(0, 0, 0); 
  }
  
table.white
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(255, 255, 255); 
  }

table.products
  {
  font-family: arial;
  font-size: 10pt;
  color: rgb(0, 0, 0); 
  }
  
table.bible
  {
  display: inline; 
  border-style:solid;
  border-width:1px;
  border-color:#6699CC;
  line-height:150%;
  font-family: arial;
  font-size: 10pt;
  color: rgb(0, 0, 0); 
  }
  
td.bible a:link,td.bible a:visited,td.bible a:hover 
  { 
  color:#6699CC; 
  text-decoration:none; 
  vertical-align:top;
  } 

