body {
    text-align: center;
    background-color: #eeeeee;
    margin: 0px;
    color: #000000;
    font-family: arial;
}

a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #999999;
    text-decoration: none;
}

#body_contain {
    clear: both;
    width: 412px;
    height:auto;
    margin: 0px auto;
    text-align: left;
}

#art_divide {
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid thin #dddddd;
    background-color: #eeeeee;
    min-height: 150px
}

#art_thumb {
    float: left;
    height: auto;
    margin: 5px 5px 0px 0px;
}

#article_title {
    text-align:right;
    text-wrap: normal;
    font-size: medium;
    font-variant: small-caps;
    margin:5px;
    background-color: #ffffff;
    border-bottom : solid 1px #aaaaaa;
}

#article {
    width: 400px;
    background-color: #eee;
    font-size: small;
    text-wrap: unrestricted;
    text-align: justify;
}

#article_date {
    text-align: right;
    margin: 2px;
    font-size:xx-small;
    border-top: solid 1px #aaaaaa;
}