<style type="text/css">
<!--
    H1 { 
	 		background-color : #3366CC ; 
			font-family : serif; 
			font-size : x-large }
    
    
	 H2 { 
	 		background-color : #444444 ; 
	 		font-family : sans-serif; 
			color : #33FF66; 
			font-size: small;
			}
    
	 H3 { 
	 		font-family : sans-serif; 
			font-size : small;
			color : #33FF66; 
			font-style:italic; }
    
	 H4 { 
	 		font-family : sans-serif; 
			font-size : small;
			color : #33FF66; }
   
	/* Tables */
	 table { 
	 		background-color : #99ccff ; 
			font-family : serif; 
			}

	 th { 
	 		font-family : sans-serif; 
			color : #3366CC; 
			text-align=left; 
		  }

    td { 
	 		background-color : #666666; 
	 		font-family : Arial,Helvetica, sans-serif; 
			color: white;
			font-size: small;
	 	}
		
     { 
	 		background-color : #666666; 
	 		font-family : Arial,Helvetica, sans-serif; 
	 	}
    P  { 
			background-color : black; 
	 		font-size : small;
	 		font-family : Arial,Helvetica, sans-serif; 
			color : white;
		 }
		 
    body { background-color : black; 
	 			font-family : Arial, Helvetica, sans-serif; 
				font-size : small; 
			}
			
    dt { 
	 		font-weight:bold 
			}

    ul { 
	 			background-color : black; 
				font-family : serif; 
				color : white;
		 }
		 
    ol { 
	 			background-color : black; 
				font-family : serif; 
				color : white;
		}
    
	 PRE { 
	 			background-color : black; 
				font-family : sans-serif; 
			}

	/* LINKS */
	A:link, A:active
	{  
		color: #ffff66;
		font-weight: bold
	}

	A:visited
	{  
		color: #FFFFCC;
		font-weight: bold 
	}	
		
	.change_list 
	{ 
		background-color : #666666; 
		font-size: small;
	}

	.change_list_heading 
	{ 
		color: white;
		font-size : small;
		background-color : #666666; 
	}
-->
</style>

