@charset "utf-8";
h1 {
    padding-left: 50px;
    color: #FFFFFF;
    font-family: "微軟正黑體", "新細明體", Arial;
    font-size: 23px;
    line-height: 40px;
    background-image: url(images/h1banner.png);
    background-repeat: no-repeat;
}
h2 {
    padding-left: 5px;
    color: #571636;
    line-height: 100%;
    border-left: 5px solid #BE2659;
}
p {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "微軟正黑體", "新細明體", Arial;
    line-height: 150%;
}
.poem {
    padding-left: 30px;
    color: #7D0000;
    font-family: "新細明體";
    font-style: italic;
    font-weight: bold;
    background-image: url(images/quotation.fw.png);
    background-repeat: no-repeat;
}
.photoframe {
    width: 400px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: right;
    border: 1px solid #CCCCCC;
}
.photoframe_txt {
    font-size: 24px;
}
a:link {
    color: #0066CC;
}
a:visited {
    color: #494949;
    text-decoration: none;
}
#writer {
    height: 84px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #666666;
    background-color: #F5F5F5;
}
#writer img {
    margin-right: 10px;
    float: left;
    border: 2px solid #FFFFFF;
}
#writer p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    line-height: 43px;
}
#writer p strong {
    color: #FFFFFF;
    background-color: #666666;
}




a:hover {
    color: #FF0000;
    text-decoration: none;
}
