#navigation {
    font-size: 110%;
}

.news {
     border-width:thin;
     border-style:solid;
     margin:8px
}

DIV.news .news-header {
     position: relative;
     background-color: #87CEFF;
     border-width: thin;
     border-style: none none solid none;
     padding: 5px;
}

DIV.news .news-body {
     padding:5px
}

.news-date {
       text-align: right;
}

.news-tit {
}