p{

color:darkbrown;
}

h1{
background-color: yellow; COLOR: darkbrown; TEXT-ALIGN: center;
}  
h2{
background-color:darkgreen; COLOR: white; TEXT-ALIGN: center}
h3{
background-color:yellow; COLOR; darkbrown;
}
h4{
background-color:beige;
}
h5{
background-color: yellow; COLOR: black;
}
h6{
background-color:green;
}
	.TFtable{
		width:100%; 
		border-collapse:collapse; 
	}
	.TFtable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: silver;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}

</style>
