body.black {background: #000000;
	 	   }	

body.burgundy {background: #660000; 
	 		  }
	
body.olive {background: #cccc99; 
	 	   }
	
p {color:#660000;
  }
	 
span {color: #ffff33;
	  font: italic bold;
	  font-size: 24pt;
     }
	 
span.small {color: #660000;
	  		font: italic bold;
	  		font-size: 20pt;
     	   }
	
span.small2 {color: #cccc99;
	  		 font: italic bold;
	  		 font-size: 20pt;
     	    }
	
span.small3 {color: #ffff33;
	  		 font: italic bold;
	  		 font-size: 20pt;
     	    }
	
span.burgundy {color: #660000;
	  		   font: italic bold;
	  		   font-size: 24pt;
     		  }
	 
span.gray {color: white;
		   font: italic;
		  }
	
b.burgundy {color: #660000;
		   }
	
b.olive {color: #cccc99;
		}
			
i.gray {color: white;
		font: italic bold;
	   }
	   
i.purple {color: #520031;
		  font: italic bold;
		 } 		   		 
	
i.burg {color: #660000;
       }
	 	
i.green {color: #ffff33;
        }				 	   
   
i.big {color: #660000;
	   font-size: 16pt;
	  }

i.big2 {color: #ffff33;
	    font-size: 16pt;
	   }
	
i.big3 {color: #cccc99;
	    font-size: 16pt;
	   }
	  
i.small {color: #000000;
		 font-size:10pt;
		}	  
	  
i.thick {color: #ffff33;
		 font-weight: bold;
		}
	
i.burgundy {color: #660000;
		    font-weight: bold;
		   }
		
i.thicksmall {color: #000000;
		      font-weight: bold;
		      font-size:10pt;		
		     }
	
i.thicksmall2 {color: #ffff33;
		       font-weight: bold;
		       font-size:10pt;		
		      }
		
A:link {color: #ffff33;
	   }
	   
A:visited {color: #ffff33;
		  }
		  
A:active {color: #660000;
		 }			  		   			 	  	   