﻿body{
    /*这两句定义的是整个BLOG的默认字体和字号大小*/
    font-family:Verdana, Arial, Helvetica, sans-serif,;
    font-size:12px;
    /*检索或设置对象四边的外补丁*/
    margin:0px;
    /*边距*/
    padding:0px;
    /*这两句定义的是默认字体的颜色和对齐方式*/
    color:#45616E;
    text-align:center;
    /*设置或检索对象的背景颜色*/
    background-color:#F8F8F8;
    /*设置或检索对象的背景图像 none:默认值无背景图像 url（url）：使用绝对或相对 url 地址指定背景图像*/
    background-image: url(bg.jpg);
    /*设置或检索对象的背景图像是否及如何铺排。repeat-x：背景图像仅在横向上平铺*/
    background-repeat: repeat-x;
    /*设置或检索对象的背景图像位置*/
    background-position: top center;
    /*---FatMouse background setup:
    background-attachment: fixed; 
    ---*/
    }	
 img {max-width: 100%;height: auto;}
 select{font-family:Tahoma, Verdana;font-size:12px;	border: 1px solid #d8dfe5;color: #0098C8;    background-color: #f5faff;}
 th{background:#f5f5f1;}