if (document.tags) {
	with(document.tags) {

		with (BODY) {
			color = "black";
			backgroundColor = "#f5f5f5";
		}
	
		with (H1) {
			textAlign = "center"; 
		}
		
		with (H2) {
			textAlign = "center"; 
		}
		
	}
	
	document.classes.skiplink.P.fontStyle = "italic";
}
