﻿body
{
}
.textbox
{
    border-style: solid;
    border-width: 1px;
}
.btn
{
    border-style: solid;
    border-width: 1px;
}
.table
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}
.btn2
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: Silver;
    font-family: 宋体;
    font-size: 10pt;
    color: Blue;
    height:20px;
    width:60px;
}

a.href:link
{
    color:Blue;
    text-decoration:none;            
}
a.href:hover
{
    color:Blue;
    text-decoration:underline;
}
