body {background: #fafbd9; color:#000000;}

p {font: normal .9em Arial, sans-serif; text-align: left; width: 80%; line-height: 1.2em; padding: 5px;}
p.side {font: bold 11px Arial, sans-serif; text-align: left;}
p.footer {font: normal 11px Arial, sans-serif; text-align: center;}
p.bible {font: normal .8em Tahoma, Arial, sans-serif; text-align: center; line-height: 1.1em;}
p.list {font: bold .8em Tahoma, Arial, sans-serif; text-align: left; line-height: 1.1em;}
p.biblequote {font: normal .8em Tahoma, Arial, sans-serif; text-align: left; line-height: 1.1em;}
h1 {font: bold 1.3em Arial, sans-serif; background: #ffffff; color: #000000; text-align: center;}
h2 {font: bold 1em Arial, sans-serif; background: #ffffff; color: #000000; text-align: center;}	
ul {font: normal .8em Arial, sans-serif; text-align: left; text-indent: 60px;}

a:link {background: #ffffff; color: #4169e1;}	
a:visited {background: #ffffff; color: #c00000;}

div#nav {width: 125px;}  
div#nav a:link {
   display: block; 
   text-decoration: none; 
   margin: 0; 
   padding: 8px; 
   font: bold .8em Tahoma, Arial, sans-serif; 
   background: #000000; 
   color: #ffffef;
   text-align: center;
   }
div#nav a:visited {
   display: block;
   text-decoration: none;
   padding: 8px;
   background: #fafbd9;
   color: #000000;
   border: 1px solid #000000;
   font: bold .8em Tahoma, Arial, sans-serif;
   text-align: center; 
   }      
div#nav a:hover {
   background-color: #C00000; 
   color: #ffffff; 
   border-right: 2px solid #000000; 
   } 
