/* CSS Document */
body{
   font-size:12px;
   font-family:"ËÎÌå";
   margin:0;
   background:url(img/bg.jpg);
   }
a:link,a:visited{
   color:#333;
   text-decoration:none;
   }
a:hover{
   color:red;
   text-decoration:underline;
   }
img{
   border:none;
   }
           
.foot{
   text-align:center;
   line-height:24px;
   }    
