body {
    background-color: #544335;
    font-family: Tahoma, arial, sans-serif;
    margin-top: 0px;
    padding: 0px;
}

html {
    margin-top: 0px;
    padding: 0px;
}

p, ol, ul {
    font-family: Tahoma, arial, sans-serif;
    font-size: 10pt;
}

a {
    text-decoration: none;
    color: #660000;
}

a:hover {
    text-decoration: underline;
}

.main_body {
    background-image: url("/public_main/tweetrhapsody/images/center_bg.jpg");
    width: 890px;
    height: 100%;
    /* border: 1px solid black; */
}

.top {
    background-image: url("/public_main/tweetrhapsody/images/top.jpg");
    background-repeat:no-repeat;
    width: 890px;
    height: 136px;
    text-align: left;
}

.top_navigation {
    text-align: left;
    font-size: 9pt;
    font-family: Verdana, Tahoma, arial, sans-serif;
    padding-left: 102px;
    padding-top: 80px;
}

.top_navigation a {
    text-decoration: none;
    color: #660000;
}

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


.main_content {
    width: 800px;
    text-align: left;
}

.footer {
    width: 890px;
    background-image: url("/public_main/tweetrhapsody/images/footer_bg.jpg");
    background-repeat: no-repeat;
    height: 150px;
    margin-top: -12px;
    
}

.footer p {
    text-align: center;
    width: 600px;
    font-size: 8pt;
    
}

.about_body {
    
}

.about_image {
    
}

.about_text {
}
.about_text p {
    font-size: 9pt;
}

.page_title {
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
}

.sub_page_title {
    font-size: 9pt;
    font-weight: normal;
}

.chapter_list {
    list-style: upper-roman;
}

.tweetisode_list {
    list-style: decimal;
}

.chapter_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
}

.tweetisode_list li {
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 9pt;
    font-weight: normal;
    font-style: italic;
}

.tweetisode_title {
    font-style: italic;
    font-size: smaller;
}

.tweet-status {
    color: #000099;
}

.tweet-time {
    color: #116600;
    font-size: smaller;
    font-weight: bold;
}


