/*----------------------------------------------------common jss for bA commonhttp://www.hogehoge.com/http://www.hogehoge.com/shared/css/style.jsCopyright (C) 2002 Business Architects inc.http://www.b-architects.com/----------------------------------------------------*///remove margin of body	tags.body.marginTop = "-8px";	tags.body.marginLeft = "-8px";//remove margin of a (does'nt work)	tags.a.borderStyle = "none";	tags.img.borderTopWidth = "0px";	tags.img.borderRightWidth = "0px";	tags.img.borderBottomWidth = "0px";	tags.img.borderLeftWidth = "0px";//remove margin of img (doesn't work)	tags.img.borderStyle = "none";	tags.img.borderTopWidth = "0px";	tags.img.borderRightWidth = "0px";	tags.img.borderBottomWidth = "0px";	tags.img.borderLeftWidth = "0px";