﻿/* 全站通用屬性 */
html{
margin:0;
padding:0;
background: url(html.jpg) top left #85d3ff repeat-x;
}

body{
color: #333;
font-size:12px;
margin:0;
padding:0;
font-family:Arial, Verdana, Helvetica, sans-serif;
overflow-x: hidden;
background:url(body_bg.gif) top center no-repeat;
}
p{
margin:3px;
}
img {
border:0;
background: none;
}
select{
font-family: Arial, Verdana;
}
th{ background:#f3f3f3; border-bottom:1px solid #ccc; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px;
}