@font-face {
    font-family: 'ebrima', 'ebrimabd';
    src: url('ebrima.ttf') format('truetype'),
    src: url('ebrimabd.ttf') format('truetype')
         
    font-weight: normal;
    font-style: normal;

}

body { color: black; font-size: 14px; font-family: ebrima; font-weight:normal; font-style:normal; }

a   { color: #15233d; font-size: 14px; font-weight: bold; text-decoration: blink; }

a:hover   { color: #697283; font-size: 14px; font-weight: bold; font-style: normal; text-decoration: none     }
