﻿body {
    font-family: 'Microsoft YaHei';
    color: #444;
    font-size: 14px;
    background-color:white;
    margin:0;
    padding:0;
}
img {
    border:0px;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #444;
}

a {
    text-decoration: none;
    color: #444;
}

ul {
    list-style: none;

  padding:0px;
}

.inputHbutton {
    background-color: #0085e1;
    height: 30px;
    width: 80px;
    border-radius: 4px;
    color: white;
    border:0px;
   cursor:pointer;
}
    .inputHbutton:hover {
         background-color: #006cb7;
    }
