﻿
@import url('../Fonts/Fonts.css');

body {
    font-family: 'suisse_intl', Arial, sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #242424;
    margin: 0;
}

a {
    color: #0F62FE;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.aspNetDisabled {
        color: #AFAFAF;
    }
        a.aspNetDisabled:hover {
            text-decoration: none;
        }
