  a.title {
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        border: 0px;
        }
        .title:hover {
        text-decoration: underline;
        }

        .list {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        }

        .list:hover {
        text-decoration: underline;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        }

        .other {
        text-decoration: none;
        color: #fff;
        font-style: Arial;
        font-size: 12px;
        font-weight: bold;
        }

        .other:hover {
        color: #000;
        background-color: #B94140;
        text-decoration: none
        }

