h1 {
    background-color: #69C;
    text-align: center;
    color: #FAFAFA;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-size: medium;
}
h2 {
    font-size: medium;
    color: #FFF;
    background-color: #999;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #666;
    border-bottom-color: #666;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 2px;
}
#main-menu, #about {
    background-color: #E6E6E6;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
    text-align: center;
}
#copy {
    font-size: small;
    color: #FFF;
    background-color: #036;
    text-align: center;
    margin-top: 10px;
}
#info {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsText {
    font-size: 9px;    
}
.pagination {
    list-style-type: none;
    font-size: x-small;
    text-align: center;
    padding: 2px;
    background-color: #B5CDE6;
    margin-top: 5px;
    margin-bottom: 5px;
}
.pagination li {
    display: inline;
}
.list li {
    display: inline;
}
.ItemHead {
    font-weight: bold;
    color: #FFF;
    background-color: #39F;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    padding: 0.2px;
    margin-top: 5px;
}
#searchForm {
    background-color: #FAFAFA;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.formLabel {
    font-weight: bold;
    background-color: #F0F0F0;
    display: block;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 2px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;    
}
.twtItem {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.twtInfo {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #09F;
    background-color: #F5F5F5;
}
.transList {
    list-style-type: none;
}
.blogHead {
    background-color: #F93;
}
.blogTitle {
    background-color: #CCC;    
}
.blogBody {
    font-size: xx-small;    
}
.odd {
    background-color: #F5F5F5;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.even {
    background-color: #CCC;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.videoListTitle {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-color: #9CF;
    padding: 3px;
    border: 1px solid #CCC;
}
.videoListThumb {
    text-align: center;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
}
.lainCommentHeader {
    font-weight: bold;
    color: #FFF;
    background-color: #71CCFD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    padding: 0.2px;
    margin-top: 5px;
}