@charset "utf-8";

ul,li {
    margin: 0;
    padding: 0;
}

#home {

}
/*头部*/
#header {

}
#Header1_HeaderTitle {
    font-size: xx-large;
    font-weight: bold;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 1px #FFFFE0;
    text-decoration: none;
}

#blogTitle h2 {
    text-indent: 2em;
    font-size: large;
    font-weight: unset;
    color: #FFDEAD;
    border-bottom: gray thin dashed;
}