@CHARSET "UTF-8";

#NewsList h3 {
    float: left;
}

#NewsList .listDate {
    float: right;
}

#NewsList .listDescription {
    clear: both;
}

#NewsRead h2 {
    float: left;
}

#NewsRead .readDate {
    float: right;
}

#NewsRead .readDescription {
    clear: both;
    font-weight: bold;
}


