@font-face {
    font-family: 'urw_gothic_ldemi';
    src: url('urw-gothic-l-demi-webfont.eot');
    src: url('urw-gothic-l-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('urw-gothic-l-demi-webfont.woff') format('woff'),
         url('urw-gothic-l-demi-webfont.ttf') format('truetype'),
         url('urw-gothic-l-demi-webfont.svg#urw_gothic_ldemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
margin-left: 190px;
background-color: #000000;
width:480px;
font-family:'urw_gothic_ldemi';
color: #ffffff;
font-size: 15pt;
line-height: 25pt;

text-align: justify;
}
a {
  color: white;
}