@import url("../webfonts/Roboto_Light/stylesheet.css");
@font-face { font-family: 'Roboto';
             src:   url('webfonts/Roboto/Roboto-Black.ttf')  format('truetype'),
url('webfonts/Roboto/Roboto-Bold.ttf')  format('truetype'),
url('webfonts/Roboto/Roboto-Bold.ttf')  format('truetype'),
url('webfonts/Roboto/Roboto-Light.ttf')  format('truetype'),
url('webfonts/Roboto/Roboto-Medium.ttf')  format('truetype'),
url('webfonts/Roboto/Roboto-Thin.ttf')  format('truetype'); }

p {
    font: 15px Roboto-Light;
    text-align: justify;
    margin-right: 15px;
    color: #6D6D6D;
    word-spacing: 0.1em;
    white-space: normal;
    text-indent: 2px;
    margin-left: 10px;
}
