body{
    background-color: #317ebd;
    font-family: 宋体;
    font-size: small;
    font-weight: bold;
    line-height: 180%;
    margin: 0px;}

#header{
    background-color: #0063b4;
    margin: 10px;
    height: 150px;
    text-align: center;}
    
#main{
    background: #ffffff;
    font-size: 105%;
    padding: 15px;
    margin: 0px 330px 10px 10px;}

#sidebar{
    background: #ffffff;
    font-size: 105%;
    padding: 15px;
    margin: 0px 10px 10px 10px;
    width: 280px;
    float: right;}

#footer{
    background-color: #0063b4;
    color: #efe5d0;
    text-align: center;
    padding: 15px;
    margin: 10px;
    font-size: 90%;
    clear: right;}

h1{
    font-size: 300%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;}
h2{
    font-size: 200%;
    font-weight: bold;
    color: #0063b4;
    text-align: center;}
h3{
    font-size: 150%;
    text-align: center;}

a:link{
    color: #317ebd;
    text-decoration: none;
    border-bottom: thin dotted #317ebd;}
a:visited{
    color: #0063b4;
    text-decoration: none;
    border-bottom: thin dotted #0063b4;}

#allcontent{
    width: 800px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0063b4;
    margin-left: auto;
    margin-right: auto;}