﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
    _height: 100%;
}

body, button, input, select, textarea {
    font: 14px "微软雅黑",Arial,Helvetica,sans-serif;
    _font-family: "SimSun";
}

img {
    display: block;
    border: 0;
    vertical-align: middle;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2a7ca2;
}
