@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
     font-family: 'Segoe UI', sans-serif;
}


a:link {
    color: #0072BB;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
}

a:visited {
    color: #0072bb;
    font-style: italic;
    text-decoration: none;
}

a:hover {
    color: #A0C0CC;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}

