﻿.header-block {
    display: block;
    /*border-radius: 5px;*/
    background-color: #E20037;
    clear: both;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.label-block {
    display: block;
    font-size: 14px;
    text-indent: 5px;
    /*padding: 2px;*/
}



#actionLinks a:hover {
    color: white;
    text-decoration: none;
}