/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,img,a{ margin:0; padding:0;}
body {
  font-size: 14px;
  font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå"/*, "Times New Roman", serif*/;
  background: url(xbmailbg.jpg) top center no-repeat;
  background-color: #f5f5f5;
}
img, a img {
  margin: 0;
  padding: 0;
  border: none;
}
table { 
  border-collapse: collapse;
  border-spacing: 0;
}
ul li { list-style: none;}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #CC3333;
  text-decoration: none;
}
input { border: none;}
button { 
  border: none;
  cursor: pointer;
}
.clear { clear: both;}
