body {
     background: #FFFFCC;
     word-spacing: 1px;
     }

h1   {
     font-family: "Tahoma","Times New Roman",Times, serif;
	 font-size: 20px;
	 font-weight: bold;
     font-variant: small-caps;
	 color: red;
     text-decoration: underline;
     text-align: center;
     }

@font-face {
    font-family: 'AirstreamRegular';
    src: url('airstream-fontface/Airstream-webfont.eot');
    src: url('airstream-fontface/Airstream-webfont.eot?iefix') format('eot'),
         url('airstream-fontface/Airstream-webfont.woff') format('woff'),
         url('airstream-fontface/Airstream-webfont.ttf') format('truetype'),
         url('airstream-fontface/Airstream-webfont.svg#webfont5LNZeunl') format('svg');
    font-weight: normal;
    font-style: normal;

}