#newslist h3{
    color: #565656;
    font-family: "Trebuchet MS" !important;
    font-size: 21px !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#newslist h4{
    color: #565656;
    font-family: "Trebuchet MS" !important;
    font-size: 16px !important;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
}
#newslist a {
    color: #0F67A1;
    font-size: 12px !important;
    outline: medium none;
    text-decoration: none;
    margin: 0 5px;
    padding: 0;
}

#newslist {
    display: block;
    margin-left: 20px;
    text-align: left;
    width: 200px;
}