           								
			body {
				background: #FFFFF8;
				font-family: Helvetica, Univers, sans-serif;
			} 
					  
            
          			
            span.highlight {					/* Generic highlight */
				background-color: #ffffcc; 
				background-color: rgb(255, 250, 200); 
			}
		
			span.v {							/* Cruelty and Violence */
				color: rgb(150, 0, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			span.i {							/* Injustice */
				color: rgb(179, 27, 27);
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

			span.int {							/* Intolerance */
				color: rgb(255, 64, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
					      	
			span.a {							/* Absurdity */
				color: rgb(204, 153, 0);
				background-color: rgb(255, 250, 210); 
				font-weight: 600;
			}
		
			
			span.ejat {							/* Every Jot and Tittle */
				color: rgb(64, 64, 64); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
					      	
			span.c {							/* Contradiction */
				color: rgb(0, 204, 68);
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			span.interp {
				color: #336600;					/* Interpretation */
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			

			span.pr {							/* Prophecy */
				color: rgb(102, 102, 255); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

				      					      	
			span.sci {							/* Science and History */
				color: rgb(179, 179, 0);  
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
		
			span.w {							/* Women */
			 	color: #F88017; 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			span.l {							/* Language */
				color: #3333cc; 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

			
			span.s {							/* Sex */
				color: rgb(0, 102, 255);  
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			span.f {							/* Family Vaues */
				color: rgb(0, 230, 184); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

			span.pol {							/* Politics */
				color: #336600;;
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

			span.g {							/* Good Stuff */
				color: #cc4400; 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}

			span.h {							/* Homosexuality */
				color: #f442e8; 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			span.b {							/* Boring */
				color: rgb(204, 204, 0); 
				background-color: rgb(255, 250, 200); 
				font-weight: 600;
			}
			
			a:link {
   				color: rgb(0, 50, 200);  
     			text-decoration: none; 
         	}
 
 			a:hover {
           		text-decoration: underline;
           }
           		
			a:visited {
              color: rgb(0, 50, 125;
              text-decoration: none;
            }           
         	
 			a:active {
  					color: brown;
            		text-decoration: underline;
            }