/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
*{	margin:0;	padding:0;}
/* $WEFT -- Created by: Adiljan Abdurehim (aelsoft@163.com) on 2010-11-03 -- */

@font-face {
font-family:"Alpida Unicode System";
font-weight:normal;
src:url('http://www.geocities.ws/aelsoft/fonts/aus.eot'); /* IE */  
src:url("http://www.geocities.ws/aelsoft/fonts/aus.ttf") format("TrueType"); /* non-IE */ 
src:local("Alpida Unicode System");
}

body{
  font:normal 16px "Alpida Unicode System",Calibri,Verdana,Arial,"Microsoft Uighur","microsoft yahei",微软雅黑,黑体;
  text-align:center;
	direction:rtl;
	}