body{
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
    line-height: 1.5em;
}

h4{
    font-weight: bold;
    margin-bottom:10px;
    line-height: 1.5em;
}

a {
    color: #54a1cd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}