/* Forum Classes */
/*
Keep it clean and mean!
*/
.forums-city-name-header
{
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    font: 12px Arial;
    font-weight: normal;
}

.forums-two-column-list li 
{
    list-style: none;  
    float: left;
    width: 105px;
    margin: 0 10px 0 15;
    padding: 0;
}
.forums-parenttalk-msgboard a, .forums-parenttalk-msgboard a:link
{
    text-align: right;
    font: 12px Arial;
    font-weight: bold;
    text-decoration: none;
    
}
.forums-parenttalk-msgboard a:hover
{
    text-decoration: none;
    color: #f6813e;
}