/* Style formatting for the meet-info page */

.meet-home
{
    font-weight: bold;
    color: rgb(0,120,0);
}

.meet-away
{
    font-weight: bold;
    color: rgb(150,0,110);
}

.old .meet-home
{
    font-weight: bold;
    color: rgb(67,100,67);
}

.old .meet-away
{
    font-weight: bold;
    color: rgb(100,66,91);
}

