a.selected{
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.error_message{
    font-weight: bold;
    color: red;
}

.info_message{
    font-weight: bold;
    color: black;
}

.hidden{
    display: none;
}
