           								
			body {
				font-family: Helvetica, Univers, sans-serif;
			} 
					  
            
          			
            span.highlight {					/* Generic highlight */
				background-color: rgb(255, 250, 200); 
			}
		
		
			span.nv {							/*Note section highlight cruelty and violence*/
				color: rgb(150, 0, 0);							
				font-weight: bold;
			}

			span.nw {							/*Note section highlight women*/
				color: rgb(255, 64, 0);							
				font-weight: bold;
			}

			span.nf {							/*Note section highlight family values*/
				color: rgb(0, 100, 100);							
				font-weight: bold;
			}

			span.ni {							/*Note section highlight injustice*/
				color: rgb(179, 27, 27);							
				font-weight: bold;
			}

			span.na {							/*Note section highlight absurdity*/
				color: rgb(100, 100, 0);							
				font-weight: bold;
			}

			span.v {							/* Cruelty and Violence */
				color: rgb(150, 0, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			span.i {							/* Injustice */
				color: rgb(179, 27, 27);
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

			span.int {							/* Intolerance */
				color: rgb(200, 50, 50); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
					      	
			span.a {							/* Absurdity */
				color: rgb(100, 100, 0);
				background-color: rgb(255, 250, 210); 
				font-weight: 500;
			}
		
			
			span.ejat {							/* Every Jot and Tittle */
				color: rgb(64, 64, 64); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
					      	
			span.c {							/* Contradiction */
				color: rgb(0, 120, 40);
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			span.interp {
				color: #336600;					/* Interpretation */
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			

			span.pr {							/* Prophecy */
				color: rgb(102, 102, 255); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

				      					      	
			span.sci {							/* Science and History */
				color: rgb(50, 50, 0);  
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
		
			span.w {							/* Women */
			 	color: rgb(255, 64, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			span.l {							/* Language */
				color: #3333cc; 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

			
			span.s {							/* Sex */
				color: rgb(0, 0, 255); 
				color: #3333cc;  
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			span.f {							/* Family Vaues */
				color: rgb(0, 100, 100); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

			span.pol {							/* Politics */
				color: rgb(0, 50, 50); 				
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

			span.g {							/* Good Stuff */
				color: rgb(120,50,0);
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}

			span.h {							/* Homosexuality */
				color: rgb(140, 50, 140); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			span.b {							/* Boring */
				color: rgb(204, 204, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 500;
			}
			
			a:link {
   				color: rgb(0, 0, 255);  
     			text-decoration: none; 
         	}
 
 			a:hover {
           		text-decoration: underline;
           }
           		
			a:visited {
              color: rgb(0, 100, 175;
              text-decoration: none;
            }           
         	
 			a:active {
  					color: brown;
            		text-decoration: underline;
            }