body {
    font-family: Vedana, Arial, sans-serif;
    margin: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    display: inline-block;
    vertical-align: top;
    background-color: #eee;
    width: 500px;
    height: 95px;
    text-align: center;
    line-height: 95px;
}

.nav div {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.nav div a {
    color: #21394c;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
}

.nav div a:hover{
    text-decoration: underline;
}

.newsliststable {
    display: table;
}

.newslistrow{
    display: table-row;
}
.newslistrow:nth-child(even){
    background-color: #eee;
}

.newslistcell{
    display: table-cell;
    width: 32%;
    padding: 10px;
}

.newslistheader {
    padding: 5px 0;
    text-align: center;
    color: white;
    background: #21394c;
    font-size: 16px;
    font-weight: bold;
}

.title {
    color: #000099;
    font-size: smaller;
    font-weight: bold;
}

.description{
    font-size: smaller;
}
