function hrStyle(){
	tag = document.getElementsByClassName('horizon');
	for(i = 0;i < tag.length; i++){
		tp = tag[i];
		tp.size = "1";
		tp.color = "#3D4B4B";
//		window.alert("test");
	}
	
}