ul.list2
{
    list-style-type: none;
    display: block;
    width: 100%;
    text-align: justify;
    padding: 0;
    margin: 0;

}

ul.list2 li:first-child
{
    float: left;
    width: 45%;
}

ul.list2 li:last-child
{
    float: right;
    width: 45%;
}

ul.list2 a.more, ul.list2 a.more:visited
{
    float: right;
    font-weight: bold;
}

ul.news
{
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 14px;
}

ul.news h3
{
    font-size: 16px;
    letter-spacing: -1px;
}

