@font-face {
    font-family: meta;
    src: url('./Fonts/Meta/MetaStd-Normal.woff') format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: meta;
    src: url('./Fonts/Meta/MetaStd-Normal.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: meta;
    src: url('./Fonts/Meta/MetaStd-Normal.woff') format("woff");
    font-weight: 700;
    font-style: normal
}

body {
    background: none repeat scroll 0 0 #eeeeee;
    font-family: meta,sans-serif;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff;
}