@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:100px;
font-family:'urw_gothic_ldemi';
color:#eeeeee;
background-color: #000000;
text-align: left;
font-size: 50pt;
}
h1{
font-size: 30pt;
}
A:link,A:visited,A:hover{
color:#ffffff;
text-decoration:none;
background-color: #222222;
}

input,textarea,select {
width: 100%;
font-size: 80px;
color:#ffffff;
background-color: #888888;
font-family: 'urw_gothic_ldemi';
border: 0;
}
