/* DISABLE DEPRECATED TAGS. 
 * see:
 * http://www.monc.se/kitchen/140/disabling-depracated-html-using-css
 * (modified by jej)
 *
 */
font {
	color: inherit; /* Standard browsers */
	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
	font-size: 100%; /* All browsers. Sizes are inherited */
}
center {
	text-align: inherit; /* Standard browsers */
}
*[align] { 
	text-align: inherit; /* Standard browsers */
}
ol { 
	list-style-type: decimal; /* All browsers. Removes the type attribute */
}  

// CHANGED 12/17/2009

// font {
//	color: inherit; /* Standard browsers */
//	color: expression(this.parentNode.currentStyle['color']); /* IE */
//	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
//	font-family: expression(this.parentNode.currentStyle['fontFamily']); /* IE */
//	font-size: 100%; /* All browsers. Sizes are inherited */
// }

// center {
//	text-align: inherit; /* Standard browsers */
//	text-align: expression(this.parentNode.currentStyle['textAlign']); /* IE */
// }

// u {
//	text-decoration: inherit; /* Standard browsers */
//	text-decoration: expression(this.parentNode.currentStyle['textDecoration']); /* IE */
// }

// * { 
//	text-align: expression(this.align ?  * this.parentNode.currentStyle['textAlign'] : ''); /* IE */
// }  
