@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/roboto_light/Roboto-Light-webfont.eot");
    src: url("../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix")format("embedded-opentype"),
         url("../fonts/roboto_light/Roboto-Light-webfont.woff") format("woff"),
         url("../fonts/roboto_light/Roboto-Light-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoLightItalic";
    src: url("../fonts/roboto_light_italic/Roboto-LightItalic-webfont.eot");
    src: url("../fonts/roboto_light_italic/Roboto-LightItalic-webfont.eot?#iefix")format("embedded-opentype"),
         url("../fonts/roboto_light_italic/Roboto-LightItalic-webfont.woff") format("woff"),
         url("../fonts/roboto_light_italic/Roboto-LightItalic-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.clear{
    clear: both;
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "RobotoLight", sans-serif;
}

.content {
    margin: 2em;
}