<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.topiclistfooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;

}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    color: #000;
    background: url('../images/bg_body.gif') left top;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    line-height: 1.5;
}

img {
    border: 0;
}

ul {
    word-break: break-all;
}

li {
    list-style: none;
}

a:link {
    color: #075db3;
    text-decoration: none;
}

a:visited {
    color: #075db3;
    text-decoration: none;
}

a:hover {
    color: #075db3;
    text-decoration: none;
}

a:active {
    color: #075db3;
    text-decoration: none;
}

.clear {
    clear: both;
}


#app_home {
    margin: 0 auto;
    width: 100%;
    min-width: 930px;
}

#app_header {
    background: url('../images/header.gif') right top no-repeat;
    height: 178px;
}

#blogtitle {
    height: 178px;
    clear: both;
    background: url('../images/bg_title.gif') 170px 40px no-repeat;
}

#blogtitle h1 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 25px;
    margin-left: 2em;
    font-family: "ï¿½ï¿½ï¿½ï¿½","ms song","ï¿½ï¿½ï¿½ï¿½","arial","verdana","helvetica", "sans-serif";
    font-size: 28px;
}

#blogtitle a {
    color: #935a32;
}

#blogtitle h2 {
    line-height: 1.5;
    margin-left: 4.5em;
    color: #935a32;
}

#bloglogo {
    float: right;
}

#app_main {
    width: 97%;
    min-width: 950px;
    text-align: left;
    margin: auto;
    display: flex;
    flex-direction: row;
}

#maincontent .app_forflow {
    background: #fefef2 url('../images/bg_left.gif') left top repeat-x;
    padding-top: 35px;
    padding-bottom: 15px;
	min-height: 600px;
	padding: 50px;
}

#maincontent {
    flex:1;
    background: transparent;
    border: solid 0px green;
    text-align: left;
    overflow-x: hidden;
}

#app_navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 40px;
    background: #fefef2 url('../images/line.gif') left bottom repeat-x;
    margin-bottom: 20px;
}

#app_navlist {
    min-height: 30px;
    float: left;
    margin-bottom:;
	font-size:16px;
}

#app_navlist li {
    float: left;
}

#app_navlist a {
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 8px;
    margin-right: 12px;
}

#app_navlist a {
    color: #333333;
}

#app_navlist a:hover {
    color: #935a32;
}


.app_day {
    min-height: 10px;
    _height: 10px;
    margin: auto auto 20px auto;
    padding-bottom: 25px;
    width: 95%;
    background: #fefef2 url('../images/line.gif') left bottom repeat-x;
    font-size: 14px;
}


.posttitle {
    font-weight: bold;
    float: right;
    line-height: 1.5;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.posttitle a:link, .posttitle a:visited, .posttitle a:active {
    color: #333;
}

.posttitle a:hover {
    color: #aa7a53;
    text-decoration: underline;
}

.postcon {
    float: right;
    line-height: 1.5;
    width: 100%;
    clear: both;
    padding: 10px 0;
    font-size: 13px;
}

.postdesc {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
    font-size: 12px;
}

.postdesc a:link, .postdesc a:visited, .postdesc a:active {
    color: #aa7a53;
}

.postdesc a:hover {
    text-decoration: underline;
}

#app_sidebar {
    width: 230px;
    padding: 0px 0 0px 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.app_catlisttitle {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background: url('../images/title_cata.gif') 0 50% no-repeat;
    color: #aa7a53;
    padding: 8px 0px 0px 32px;
}



#sidebarmain ul {
    line-height: 1.5;
}

#topics {
    width: 95%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: auto;
}

#topics a:link {
    color: #075db3;
}

#topics a:visited {
    color: #075db3;
}

#topics a:hover {
    color: #aa7a53;
    text-decoration: underline;
}

#topics a:active {
    color: #075db3;
}

#topics .posttitle {
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    padding-left: 5px;
}

.postbody {
    padding: 5px 2px 5px 5px;
    line-height: 1.5;
    color: #000;
    font-size: 13px;
}

.postbody p {
    line-height: 1.5;
    color: #000;
    font-size: 13px;
}

.postbody span {
    line-height: 1.5;
}

#topics .postdesc {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
}
.postlisttitle{
	text-indent:35px;
}

.pager {
    text-align: right;
    margin-right: 10px;
}
#app_footer {
    text-align: center;
    min-height: 15px;
    height: 30px;
    margin-top: 10px;
    padding-top: 30px;
    background: #fefef2 url('../images/bg_left.gif') top left repeat-x;
}
.postbody {
    line-height: 1.5;
    margin-top: 5px;
}

.postbody p, .postcon p {
    line-height: 1.5;
}
.postbody a:link, .postbody a:visited, .postbody a:active {
    text-decoration: underline;
}

.postcon a:link, .postcon a:visited, .postcon a:active {
    text-decoration: underline;
}

.postbody ul, .postcon ul {
    margin-left: 2em;
}

.postbody li, .postcon li {
    list-style-type: disc;
    margin-bottom: 1em;
}
</pre></body></html>