    .permalink_users_forum_odd {
        background-color: whitesmoke;
        border-bottom: 1px solid lightgrey;
    }

    .permalink_users_forum_even {
        background-color: white;
        border-bottom: 1px solid lightgrey;
    }

    .permalink_users_forum_thread {
        background-color: maroon;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .permalink_users_forum_post {
        background-color: darkgreen;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }