@charset "utf-8";
/* CSS Document */

a {
    color: inherit;
    text-decoration: underline;
}
a:hover{
    color: blue;
}

.blank_row
{
    height: 15px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}