﻿h1
{
    height: 35px;
    line-height: 35px;
}

a
{
    font-style: normal;
    text-decoration: none;
    color: #003B79;
    font-weight: normal;
}

a:hover
{
    color: #BCC2D9;
    text-decoration: underline;
}
