@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;
}
textarea {
  width: 100%;

}
body{
margin: auto;
width:600px;
font-family:'urw_gothic_ldemi';
color: #eeeeee;
font-size: 15pt;
line-height: 25pt;
background-color: #333333;
text-align: justify;
}
img{
    margin: 5px;
    max-width: 600px;
    vertical-align: top;
}
A:link,A:visited{
color:#8b748b;
text-decoration:underline;
}
h1{
background-color: #bb33bb;


}
