﻿@font-face {
 font-family: Calibri;
 src: url("CALIBRI.eot") /* EOT file for IE */
}

@font-face {
 font-family: Calibri;
 src: url("CALIBRI.TTF") /* TTF file for CSS3 browsers */
}

body 
{
    font-family:Calibri;
    font-size:13px;
    font-weight:normal;
    color:#000000;
    padding:4px;
}