body {
    color: #555;
}



h1 {
    color: #FF5588;
}

h2 {
    color: #FF5500;
}

h3 {
    color: #FF9999;
}

h4 {
    color: #607080;
    text-indent: 2em;
}

h5{
    color: #006070;
}

h6{
    color: #006070;
}

.postTitle {
    color: #807060;
    text-align: center;
    font-family: "楷体";
    font-weight: bold;
}

.postTitle span {font-size: 40px;}

.picture {
    width: 50%;
}

.line {
    border-bottom: #000 solid 1px;
}