@font-face {
    font-family: 'calibri';
    src: url('../font/calibri.eot');
    src: url('../font/calibri.eot?#iefix') format('embedded-opentype'),
    url('../font/calibri.woff') format('woff'),
    url('../font/calibri.ttf') format('truetype'),
    url('../font/calibri.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'calibri',Sans-Serif !important;
    margin: 0px;
}

img{
    border: none;
}

a{
    text-decoration: none;
}

p, h2{
    margin: 0px;
}
